Shades of Goldenrod #D9DC80
Tints of Goldenrod #D9DC80
RGB
CMYK
RGB Variations
Color information
#D9DC80 (or 0xD9DC80) is known color: Goldenrod. HEX triplet: D9, DC and 80. RGB value is (217,220,128). Sum of RGB (Red+Green+Blue) = 217+220+128=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DC80 is #26237F. Grayscale: #D0D0D0. Windows color (decimal): -2499456 or 8445145. OLE color: 8445145.
HSL color Cylindrical-coordinate representation of color #D9DC80: hue angle of 61.96º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9DC80 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 128 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.14 |
| HSL | 61.96º | 0.57% | 0.68% | - |
| HSV(B) | 61.96º | 0.42% | 0.86% | - |
| XYZ | 58.1 | 67.5 | 30.39 | - |
| YUV | 208.62 | 82.51 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 128 | 0.01 | 0 | 0.42 | 0.14 | 61.96 | 0.57 | 0.68 |
| Hex | D9 | DC | 80 | 1 | 0 | 2A | E | 3E | 39 | 44 |
| Octal | 331 | 334 | 200 | 1 | 0 | 52 | 16 | 76 | 71 | 104 |
| Binary | 11011001 | 11011100 | 10000000 | 1 | 0 | 101010 | 1110 | 111110 | 111001 | 1000100 |
Color Harmonies of #D9DC80
Complementary color
Monochromatic Colors of #D9DC80
Black with #D9DC80
Text Example
Text Example
White with #D9DC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC80; }
p { color: rgb(217,220,128); }
H1.HeaderClassName
{
color: #D9DC80;
}
.AnyTagClassName
{
color: #D9DC80;
}
</style>
background-color css
<style>
a { background-color: #D9DC80; }
a { background-color: rgb(217,220,128); }
div.DivClassName
{
background-color: #D9DC80;
}
.BgClassName
{
background-color: #D9DC80;
}
</style>
border-color css
<style>
span { border-color: #D9DC80; }
span { border-color: rgb(217,220,128); }
td.TdClassName
{
border-color: #D9DC80;
}
.TagClassName
{
border-color: #D9DC80;
}
</style>