#d9dc81

Color #D9DC81 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #D9DC81

Tints of Goldenrod #D9DC81

Color information

#D9DC81 (or 0xD9DC81) is unknown color: approx Goldenrod. HEX triplet: D9, DC and 81. RGB value is (217,220,129). Sum of RGB (Red+Green+Blue) = 217+220+129=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 129 (50.78% from 255 or 22.79% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DC81 is #26237E. Grayscale: #D1D1D1. Windows color (decimal): -2499455 or 8510681. OLE color: 8510681.

HSL color Cylindrical-coordinate representation of color #D9DC81: hue angle of 61.98º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9DC81 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB217220129-
CMYK0.0100.410.14
HSL61.98º56.52%68.43%-
HSV(B)61.98º41.36%86.27%-
XYZ58.1767.5230.74-
YUV208.7383.01133.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 38.34%
GREEN value IS 220 (86.33% from 255) = 38.87%
BLUE value IS 129 (50.78% from 255) = 22.79%
R=38.34%
G=38.87%
B=22.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172201290.0100.410.1461.9856.5268.43
HexD9DC811029E3e3944
Octal3313342011051167671104
Binary1101100111011100100000011010100111101111101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9dc81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9dc81; }

 p { color: rgb(217,220,129); }

 H1.HeaderClassName
 {
   color: #d9dc81;
 }
 .AnyTagClassName
 {
   color: #d9dc81;
 }
</style>
background-color css

<style>
 a { background-color: #d9dc81; }

 a { background-color: rgb(217,220,129); }

 div.DivClassName
 {
   background-color: #d9dc81;
 }
 .BgClassName
 {
   background-color: #d9dc81;
 }
</style>
border-color css

<style>
 span { border-color: #d9dc81; }

 span { border-color: rgb(217,220,129); }

 td.TdClassName
 {
   border-color: #d9dc81;
 }
 .TagClassName
 {
   border-color: #d9dc81;
 }
</style>