Shades of Goldenrod #D8CE64
Tints of Goldenrod #D8CE64
RGB
CMYK
RGB Variations
Color information
#D8CE64 (or 0xD8CE64) is known color: Goldenrod. HEX triplet: D8, CE and 64. RGB value is (216,206,100). Sum of RGB (Red+Green+Blue) = 216+206+100=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CE64 is #27319B. Grayscale: #C5C5C5. Windows color (decimal): -2568604 or 6606552. OLE color: 6606552.
HSL color Cylindrical-coordinate representation of color #D8CE64: hue angle of 54.83º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8CE64 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 206 | 100 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.15 |
| HSL | 54.83º | 0.6% | 0.62% | - |
| HSV(B) | 54.83º | 0.54% | 0.85% | - |
| XYZ | 52.69 | 59.66 | 20.8 | - |
| YUV | 196.91 | 73.31 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 100 | 0 | 0.05 | 0.54 | 0.15 | 54.83 | 0.6 | 0.62 |
| Hex | D8 | CE | 64 | 0 | 5 | 36 | F | 37 | 3C | 3E |
| Octal | 330 | 316 | 144 | 0 | 5 | 66 | 17 | 67 | 74 | 76 |
| Binary | 11011000 | 11001110 | 1100100 | 0 | 101 | 110110 | 1111 | 110111 | 111100 | 111110 |
Color Harmonies of #D8CE64
Complementary color
Monochromatic Colors of #D8CE64
Black with #D8CE64
Text Example
Text Example
White with #D8CE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CE64; }
p { color: rgb(216,206,100); }
H1.HeaderClassName
{
color: #D8CE64;
}
.AnyTagClassName
{
color: #D8CE64;
}
</style>
background-color css
<style>
a { background-color: #D8CE64; }
a { background-color: rgb(216,206,100); }
div.DivClassName
{
background-color: #D8CE64;
}
.BgClassName
{
background-color: #D8CE64;
}
</style>
border-color css
<style>
span { border-color: #D8CE64; }
span { border-color: rgb(216,206,100); }
td.TdClassName
{
border-color: #D8CE64;
}
.TagClassName
{
border-color: #D8CE64;
}
</style>