Shades of Goldenrod #D8E06F
Tints of Goldenrod #D8E06F
RGB
CMYK
RGB Variations
Color information
#D8E06F (or 0xD8E06F) is known color: Goldenrod. HEX triplet: D8, E0 and 6F. RGB value is (216,224,111). Sum of RGB (Red+Green+Blue) = 216+224+111=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 111 (43.75% from 255 or 20.15% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8E06F is #271F90. Grayscale: #D1D1D1. Windows color (decimal): -2563985 or 7332056. OLE color: 7332056.
HSL color Cylindrical-coordinate representation of color #D8E06F: hue angle of 64.25º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8E06F is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 224 | 111 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.12 |
| HSL | 64.25º | 0.65% | 0.66% | - |
| HSV(B) | 64.25º | 0.5% | 0.88% | - |
| XYZ | 57.84 | 69.06 | 25.32 | - |
| YUV | 208.73 | 72.85 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 224 | 111 | 0.04 | 0 | 0.50 | 0.12 | 64.25 | 0.65 | 0.66 |
| Hex | D8 | E0 | 6F | 4 | 0 | 32 | C | 40 | 41 | 42 |
| Octal | 330 | 340 | 157 | 4 | 0 | 62 | 14 | 100 | 101 | 102 |
| Binary | 11011000 | 11100000 | 1101111 | 100 | 0 | 110010 | 1100 | 1000000 | 1000001 | 1000010 |
Color Harmonies of #D8E06F
Complementary color
Monochromatic Colors of #D8E06F
Black with #D8E06F
Text Example
Text Example
White with #D8E06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E06F; }
p { color: rgb(216,224,111); }
H1.HeaderClassName
{
color: #D8E06F;
}
.AnyTagClassName
{
color: #D8E06F;
}
</style>
background-color css
<style>
a { background-color: #D8E06F; }
a { background-color: rgb(216,224,111); }
div.DivClassName
{
background-color: #D8E06F;
}
.BgClassName
{
background-color: #D8E06F;
}
</style>
border-color css
<style>
span { border-color: #D8E06F; }
span { border-color: rgb(216,224,111); }
td.TdClassName
{
border-color: #D8E06F;
}
.TagClassName
{
border-color: #D8E06F;
}
</style>