Shades of Goldenrod #D8DE7C
Tints of Goldenrod #D8DE7C
RGB
CMYK
RGB Variations
Color information
#D8DE7C (or 0xD8DE7C) is known color: Goldenrod. HEX triplet: D8, DE and 7C. RGB value is (216,222,124). Sum of RGB (Red+Green+Blue) = 216+222+124=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 124 (48.83% from 255 or 22.06% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DE7C is #272183. Grayscale: #D1D1D1. Windows color (decimal): -2564484 or 8183512. OLE color: 8183512.
HSL color Cylindrical-coordinate representation of color #D8DE7C: hue angle of 63.67º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8DE7C is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 222 | 124 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.13 |
| HSL | 63.67º | 0.6% | 0.68% | - |
| HSV(B) | 63.67º | 0.44% | 0.87% | - |
| XYZ | 58.08 | 68.3 | 29.19 | - |
| YUV | 209.03 | 80.01 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 222 | 124 | 0.03 | 0 | 0.44 | 0.13 | 63.67 | 0.6 | 0.68 |
| Hex | D8 | DE | 7C | 3 | 0 | 2C | D | 40 | 3C | 44 |
| Octal | 330 | 336 | 174 | 3 | 0 | 54 | 15 | 100 | 74 | 104 |
| Binary | 11011000 | 11011110 | 1111100 | 11 | 0 | 101100 | 1101 | 1000000 | 111100 | 1000100 |
Color Harmonies of #D8DE7C
Complementary color
Monochromatic Colors of #D8DE7C
Black with #D8DE7C
Text Example
Text Example
White with #D8DE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DE7C; }
p { color: rgb(216,222,124); }
H1.HeaderClassName
{
color: #D8DE7C;
}
.AnyTagClassName
{
color: #D8DE7C;
}
</style>
background-color css
<style>
a { background-color: #D8DE7C; }
a { background-color: rgb(216,222,124); }
div.DivClassName
{
background-color: #D8DE7C;
}
.BgClassName
{
background-color: #D8DE7C;
}
</style>
border-color css
<style>
span { border-color: #D8DE7C; }
span { border-color: rgb(216,222,124); }
td.TdClassName
{
border-color: #D8DE7C;
}
.TagClassName
{
border-color: #D8DE7C;
}
</style>