Shades of Goldenrod #D0CF64
Tints of Goldenrod #D0CF64
RGB
CMYK
RGB Variations
Color information
#D0CF64 (or 0xD0CF64) is known color: Goldenrod. HEX triplet: D0, CF and 64. RGB value is (208,207,100). Sum of RGB (Red+Green+Blue) = 208+207+100=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 100 (39.45% from 255 or 19.42% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CF64 is #2F309B. Grayscale: #C3C3C3. Windows color (decimal): -3092636 or 6606800. OLE color: 6606800.
HSL color Cylindrical-coordinate representation of color #D0CF64: hue angle of 59.44º 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 #D0CF64 is Cyan = 0, Magento = 0.00, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 100 | - |
| CMYK | 0 | 0.00 | 0.52 | 0.18 |
| HSL | 59.44º | 0.53% | 0.6% | - |
| HSV(B) | 59.44º | 0.52% | 0.82% | - |
| XYZ | 50.63 | 58.96 | 20.77 | - |
| YUV | 195.1 | 74.33 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 100 | 0 | 0.00 | 0.52 | 0.18 | 59.44 | 0.53 | 0.6 |
| Hex | D0 | CF | 64 | 0 | 0 | 34 | 12 | 3B | 35 | 3C |
| Octal | 320 | 317 | 144 | 0 | 0 | 64 | 22 | 73 | 65 | 74 |
| Binary | 11010000 | 11001111 | 1100100 | 0 | 0 | 110100 | 10010 | 111011 | 110101 | 111100 |
Color Harmonies of #D0CF64
Complementary color
Monochromatic Colors of #D0CF64
Black with #D0CF64
Text Example
Text Example
White with #D0CF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF64; }
p { color: rgb(208,207,100); }
H1.HeaderClassName
{
color: #D0CF64;
}
.AnyTagClassName
{
color: #D0CF64;
}
</style>
background-color css
<style>
a { background-color: #D0CF64; }
a { background-color: rgb(208,207,100); }
div.DivClassName
{
background-color: #D0CF64;
}
.BgClassName
{
background-color: #D0CF64;
}
</style>
border-color css
<style>
span { border-color: #D0CF64; }
span { border-color: rgb(208,207,100); }
td.TdClassName
{
border-color: #D0CF64;
}
.TagClassName
{
border-color: #D0CF64;
}
</style>