Shades of Goldenrod #D8DE6E
Tints of Goldenrod #D8DE6E
RGB
CMYK
RGB Variations
Color information
#D8DE6E (or 0xD8DE6E) is known color: Goldenrod. HEX triplet: D8, DE and 6E. RGB value is (216,222,110). Sum of RGB (Red+Green+Blue) = 216+222+110=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 110 (43.36% from 255 or 20.07% from 548); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DE6E is #272191. Grayscale: #CFCFCF. Windows color (decimal): -2564498 or 7266008. OLE color: 7266008.
HSL color Cylindrical-coordinate representation of color #D8DE6E: hue angle of 63.21º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8DE6E is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 222 | 110 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.13 |
| HSL | 63.21º | 0.63% | 0.65% | - |
| HSV(B) | 63.21º | 0.5% | 0.87% | - |
| XYZ | 57.25 | 67.97 | 24.85 | - |
| YUV | 207.44 | 73.01 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 222 | 110 | 0.03 | 0 | 0.50 | 0.13 | 63.21 | 0.63 | 0.65 |
| Hex | D8 | DE | 6E | 3 | 0 | 32 | D | 3F | 3F | 41 |
| Octal | 330 | 336 | 156 | 3 | 0 | 62 | 15 | 77 | 77 | 101 |
| Binary | 11011000 | 11011110 | 1101110 | 11 | 0 | 110010 | 1101 | 111111 | 111111 | 1000001 |
Color Harmonies of #D8DE6E
Complementary color
Monochromatic Colors of #D8DE6E
Black with #D8DE6E
Text Example
Text Example
White with #D8DE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DE6E; }
p { color: rgb(216,222,110); }
H1.HeaderClassName
{
color: #D8DE6E;
}
.AnyTagClassName
{
color: #D8DE6E;
}
</style>
background-color css
<style>
a { background-color: #D8DE6E; }
a { background-color: rgb(216,222,110); }
div.DivClassName
{
background-color: #D8DE6E;
}
.BgClassName
{
background-color: #D8DE6E;
}
</style>
border-color css
<style>
span { border-color: #D8DE6E; }
span { border-color: rgb(216,222,110); }
td.TdClassName
{
border-color: #D8DE6E;
}
.TagClassName
{
border-color: #D8DE6E;
}
</style>