Shades of Goldenrod #D8DC81
Tints of Goldenrod #D8DC81
RGB
CMYK
RGB Variations
Color information
#D8DC81 (or 0xD8DC81) is known color: Goldenrod. HEX triplet: D8, DC and 81. RGB value is (216,220,129). Sum of RGB (Red+Green+Blue) = 216+220+129=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 129 (50.78% from 255 or 22.83% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DC81 is #27237E. Grayscale: #D0D0D0. Windows color (decimal): -2564991 or 8510680. OLE color: 8510680.
HSL color Cylindrical-coordinate representation of color #D8DC81: hue angle of 62.64º 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 #D8DC81 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 129 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.14 |
| HSL | 62.64º | 0.57% | 0.68% | - |
| HSV(B) | 62.64º | 0.41% | 0.86% | - |
| XYZ | 57.87 | 67.37 | 30.72 | - |
| YUV | 208.43 | 83.17 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 129 | 0.02 | 0 | 0.41 | 0.14 | 62.64 | 0.57 | 0.68 |
| Hex | D8 | DC | 81 | 2 | 0 | 29 | E | 3F | 39 | 44 |
| Octal | 330 | 334 | 201 | 2 | 0 | 51 | 16 | 77 | 71 | 104 |
| Binary | 11011000 | 11011100 | 10000001 | 10 | 0 | 101001 | 1110 | 111111 | 111001 | 1000100 |
Color Harmonies of #D8DC81
Complementary color
Monochromatic Colors of #D8DC81
Black with #D8DC81
Text Example
Text Example
White with #D8DC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DC81; }
p { color: rgb(216,220,129); }
H1.HeaderClassName
{
color: #D8DC81;
}
.AnyTagClassName
{
color: #D8DC81;
}
</style>
background-color css
<style>
a { background-color: #D8DC81; }
a { background-color: rgb(216,220,129); }
div.DivClassName
{
background-color: #D8DC81;
}
.BgClassName
{
background-color: #D8DC81;
}
</style>
border-color css
<style>
span { border-color: #D8DC81; }
span { border-color: rgb(216,220,129); }
td.TdClassName
{
border-color: #D8DC81;
}
.TagClassName
{
border-color: #D8DC81;
}
</style>