#D9DC82

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

Shades of Goldenrod #D9DC82

Tints of Goldenrod #D9DC82

Color information

#D9DC82 (or 0xD9DC82) is unknown color: approx Goldenrod. HEX triplet: D9, DC and 82. RGB value is (217,220,130). Sum of RGB (Red+Green+Blue) = 217+220+130=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 130 (51.17% from 255 or 22.93% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DC82 is #26237D. Grayscale: #D1D1D1. Windows color (decimal): -2499454 or 8576217. OLE color: 8576217.

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

Color convert

RGB217220130-
CMYK0.0100.410.14
HSL62º56.25%68.63%-
HSV(B)62º40.91%86.27%-
XYZ58.2467.5531.09-
YUV208.8483.51133.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.27%
GREEN value IS 220 (86.33% from 255) = 38.80%
BLUE value IS 130 (51.17% from 255) = 22.93%
R=38.27%
G=38.80%
B=22.93%

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
Decimal2172201300.0100.410.146256.2568.63
HexD9DC821029E3e3845
Octal3313342021051167670105
Binary1101100111011100100000101010100111101111101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DC82; }

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

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

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

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

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

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

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

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