Shades of Goldenrod #D0CE64
Tints of Goldenrod #D0CE64
RGB
CMYK
RGB Variations
Color information
#D0CE64 (or 0xD0CE64) is known color: Goldenrod. HEX triplet: D0, CE and 64. RGB value is (208,206,100). Sum of RGB (Red+Green+Blue) = 208+206+100=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CE64 is #2F319B. Grayscale: #C2C2C2. Windows color (decimal): -3092892 or 6606544. OLE color: 6606544.
HSL color Cylindrical-coordinate representation of color #D0CE64: hue angle of 58.89º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0CE64 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 100 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.18 |
| HSL | 58.89º | 0.53% | 0.6% | - |
| HSV(B) | 58.89º | 0.52% | 0.82% | - |
| XYZ | 50.38 | 58.47 | 20.69 | - |
| YUV | 194.51 | 74.66 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 100 | 0 | 0.01 | 0.52 | 0.18 | 58.89 | 0.53 | 0.6 |
| Hex | D0 | CE | 64 | 0 | 1 | 34 | 12 | 3B | 35 | 3C |
| Octal | 320 | 316 | 144 | 0 | 1 | 64 | 22 | 73 | 65 | 74 |
| Binary | 11010000 | 11001110 | 1100100 | 0 | 1 | 110100 | 10010 | 111011 | 110101 | 111100 |
Color Harmonies of #D0CE64
Complementary color
Monochromatic Colors of #D0CE64
Black with #D0CE64
Text Example
Text Example
White with #D0CE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CE64; }
p { color: rgb(208,206,100); }
H1.HeaderClassName
{
color: #D0CE64;
}
.AnyTagClassName
{
color: #D0CE64;
}
</style>
background-color css
<style>
a { background-color: #D0CE64; }
a { background-color: rgb(208,206,100); }
div.DivClassName
{
background-color: #D0CE64;
}
.BgClassName
{
background-color: #D0CE64;
}
</style>
border-color css
<style>
span { border-color: #D0CE64; }
span { border-color: rgb(208,206,100); }
td.TdClassName
{
border-color: #D0CE64;
}
.TagClassName
{
border-color: #D0CE64;
}
</style>