Shades of Goldenrod #D8E168
Tints of Goldenrod #D8E168
RGB
CMYK
RGB Variations
Color information
#D8E168 (or 0xD8E168) is known color: Goldenrod. HEX triplet: D8, E1 and 68. RGB value is (216,225,104). Sum of RGB (Red+Green+Blue) = 216+225+104=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8E168 is #271E97. Grayscale: #D0D0D0. Windows color (decimal): -2563736 or 6873560. OLE color: 6873560.
HSL color Cylindrical-coordinate representation of color #D8E168: hue angle of 64.46º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8E168 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 225 | 104 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.12 |
| HSL | 64.46º | 0.67% | 0.65% | - |
| HSV(B) | 64.46º | 0.54% | 0.88% | - |
| XYZ | 57.74 | 69.45 | 23.46 | - |
| YUV | 208.52 | 69.02 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 225 | 104 | 0.04 | 0 | 0.54 | 0.12 | 64.46 | 0.67 | 0.65 |
| Hex | D8 | E1 | 68 | 4 | 0 | 36 | C | 40 | 43 | 41 |
| Octal | 330 | 341 | 150 | 4 | 0 | 66 | 14 | 100 | 103 | 101 |
| Binary | 11011000 | 11100001 | 1101000 | 100 | 0 | 110110 | 1100 | 1000000 | 1000011 | 1000001 |
Color Harmonies of #D8E168
Complementary color
Monochromatic Colors of #D8E168
Black with #D8E168
Text Example
Text Example
White with #D8E168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E168; }
p { color: rgb(216,225,104); }
H1.HeaderClassName
{
color: #D8E168;
}
.AnyTagClassName
{
color: #D8E168;
}
</style>
background-color css
<style>
a { background-color: #D8E168; }
a { background-color: rgb(216,225,104); }
div.DivClassName
{
background-color: #D8E168;
}
.BgClassName
{
background-color: #D8E168;
}
</style>
border-color css
<style>
span { border-color: #D8E168; }
span { border-color: rgb(216,225,104); }
td.TdClassName
{
border-color: #D8E168;
}
.TagClassName
{
border-color: #D8E168;
}
</style>