Shades of Goldenrod #D0CE72
Tints of Goldenrod #D0CE72
RGB
CMYK
RGB Variations
Color information
#D0CE72 (or 0xD0CE72) is known color: Goldenrod. HEX triplet: D0, CE and 72. RGB value is (208,206,114). Sum of RGB (Red+Green+Blue) = 208+206+114=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CE72 is #2F318D. Grayscale: #C4C4C4. Windows color (decimal): -3092878 or 7524048. OLE color: 7524048.
HSL color Cylindrical-coordinate representation of color #D0CE72: hue angle of 58.72º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0CE72 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 114 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.18 |
| HSL | 58.72º | 0.5% | 0.63% | - |
| HSV(B) | 58.72º | 0.45% | 0.82% | - |
| XYZ | 51.12 | 58.77 | 24.57 | - |
| YUV | 196.11 | 81.66 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 114 | 0 | 0.01 | 0.45 | 0.18 | 58.72 | 0.5 | 0.63 |
| Hex | D0 | CE | 72 | 0 | 1 | 2D | 12 | 3B | 32 | 3F |
| Octal | 320 | 316 | 162 | 0 | 1 | 55 | 22 | 73 | 62 | 77 |
| Binary | 11010000 | 11001110 | 1110010 | 0 | 1 | 101101 | 10010 | 111011 | 110010 | 111111 |
Color Harmonies of #D0CE72
Complementary color
Monochromatic Colors of #D0CE72
Black with #D0CE72
Text Example
Text Example
White with #D0CE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CE72; }
p { color: rgb(208,206,114); }
H1.HeaderClassName
{
color: #D0CE72;
}
.AnyTagClassName
{
color: #D0CE72;
}
</style>
background-color css
<style>
a { background-color: #D0CE72; }
a { background-color: rgb(208,206,114); }
div.DivClassName
{
background-color: #D0CE72;
}
.BgClassName
{
background-color: #D0CE72;
}
</style>
border-color css
<style>
span { border-color: #D0CE72; }
span { border-color: rgb(208,206,114); }
td.TdClassName
{
border-color: #D0CE72;
}
.TagClassName
{
border-color: #D0CE72;
}
</style>