Shades of Goldenrod #D8CE68
Tints of Goldenrod #D8CE68
RGB
CMYK
RGB Variations
Color information
#D8CE68 (or 0xD8CE68) is known color: Goldenrod. HEX triplet: D8, CE and 68. RGB value is (216,206,104). Sum of RGB (Red+Green+Blue) = 216+206+104=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CE68 is #273197. Grayscale: #C5C5C5. Windows color (decimal): -2568600 or 6868696. OLE color: 6868696.
HSL color Cylindrical-coordinate representation of color #D8CE68: hue angle of 54.64º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8CE68 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 206 | 104 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.15 |
| HSL | 54.64º | 0.59% | 0.63% | - |
| HSV(B) | 54.64º | 0.52% | 0.85% | - |
| XYZ | 52.89 | 59.74 | 21.84 | - |
| YUV | 197.36 | 75.31 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 104 | 0 | 0.05 | 0.52 | 0.15 | 54.64 | 0.59 | 0.63 |
| Hex | D8 | CE | 68 | 0 | 5 | 34 | F | 37 | 3B | 3F |
| Octal | 330 | 316 | 150 | 0 | 5 | 64 | 17 | 67 | 73 | 77 |
| Binary | 11011000 | 11001110 | 1101000 | 0 | 101 | 110100 | 1111 | 110111 | 111011 | 111111 |
Color Harmonies of #D8CE68
Complementary color
Monochromatic Colors of #D8CE68
Black with #D8CE68
Text Example
Text Example
White with #D8CE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CE68; }
p { color: rgb(216,206,104); }
H1.HeaderClassName
{
color: #D8CE68;
}
.AnyTagClassName
{
color: #D8CE68;
}
</style>
background-color css
<style>
a { background-color: #D8CE68; }
a { background-color: rgb(216,206,104); }
div.DivClassName
{
background-color: #D8CE68;
}
.BgClassName
{
background-color: #D8CE68;
}
</style>
border-color css
<style>
span { border-color: #D8CE68; }
span { border-color: rgb(216,206,104); }
td.TdClassName
{
border-color: #D8CE68;
}
.TagClassName
{
border-color: #D8CE68;
}
</style>