Shades of Goldenrod #D8E17A
Tints of Goldenrod #D8E17A
RGB
CMYK
RGB Variations
Color information
#D8E17A (or 0xD8E17A) is known color: Goldenrod. HEX triplet: D8, E1 and 7A. RGB value is (216,225,122). Sum of RGB (Red+Green+Blue) = 216+225+122=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 122 (48.05% from 255 or 21.67% from 563); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8E17A is #271E85. Grayscale: #D2D2D2. Windows color (decimal): -2563718 or 8053208. OLE color: 8053208.
HSL color Cylindrical-coordinate representation of color #D8E17A: hue angle of 65.24º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8E17A is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 225 | 122 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.12 |
| HSL | 65.24º | 0.63% | 0.68% | - |
| HSV(B) | 65.24º | 0.46% | 0.88% | - |
| XYZ | 58.76 | 69.85 | 28.8 | - |
| YUV | 210.57 | 78.02 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 225 | 122 | 0.04 | 0 | 0.46 | 0.12 | 65.24 | 0.63 | 0.68 |
| Hex | D8 | E1 | 7A | 4 | 0 | 2E | C | 41 | 3F | 44 |
| Octal | 330 | 341 | 172 | 4 | 0 | 56 | 14 | 101 | 77 | 104 |
| Binary | 11011000 | 11100001 | 1111010 | 100 | 0 | 101110 | 1100 | 1000001 | 111111 | 1000100 |
Color Harmonies of #D8E17A
Complementary color
Monochromatic Colors of #D8E17A
Black with #D8E17A
Text Example
Text Example
White with #D8E17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E17A; }
p { color: rgb(216,225,122); }
H1.HeaderClassName
{
color: #D8E17A;
}
.AnyTagClassName
{
color: #D8E17A;
}
</style>
background-color css
<style>
a { background-color: #D8E17A; }
a { background-color: rgb(216,225,122); }
div.DivClassName
{
background-color: #D8E17A;
}
.BgClassName
{
background-color: #D8E17A;
}
</style>
border-color css
<style>
span { border-color: #D8E17A; }
span { border-color: rgb(216,225,122); }
td.TdClassName
{
border-color: #D8E17A;
}
.TagClassName
{
border-color: #D8E17A;
}
</style>