Shades of Goldenrod #D0CA70
Tints of Goldenrod #D0CA70
RGB
CMYK
RGB Variations
Color information
#D0CA70 (or 0xD0CA70) is known color: Goldenrod. HEX triplet: D0, CA and 70. RGB value is (208,202,112). Sum of RGB (Red+Green+Blue) = 208+202+112=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CA70 is #2F358F. Grayscale: #C1C1C1. Windows color (decimal): -3093904 or 7391952. OLE color: 7391952.
HSL color Cylindrical-coordinate representation of color #D0CA70: hue angle of 56.25º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0CA70 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 112 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.18 |
| HSL | 56.25º | 0.51% | 0.63% | - |
| HSV(B) | 56.25º | 0.46% | 0.82% | - |
| XYZ | 50.06 | 56.82 | 23.66 | - |
| YUV | 193.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 112 | 0 | 0.03 | 0.46 | 0.18 | 56.25 | 0.51 | 0.63 |
| Hex | D0 | CA | 70 | 0 | 3 | 2E | 12 | 38 | 33 | 3F |
| Octal | 320 | 312 | 160 | 0 | 3 | 56 | 22 | 70 | 63 | 77 |
| Binary | 11010000 | 11001010 | 1110000 | 0 | 11 | 101110 | 10010 | 111000 | 110011 | 111111 |
Color Harmonies of #D0CA70
Complementary color
Monochromatic Colors of #D0CA70
Black with #D0CA70
Text Example
Text Example
White with #D0CA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CA70; }
p { color: rgb(208,202,112); }
H1.HeaderClassName
{
color: #D0CA70;
}
.AnyTagClassName
{
color: #D0CA70;
}
</style>
background-color css
<style>
a { background-color: #D0CA70; }
a { background-color: rgb(208,202,112); }
div.DivClassName
{
background-color: #D0CA70;
}
.BgClassName
{
background-color: #D0CA70;
}
</style>
border-color css
<style>
span { border-color: #D0CA70; }
span { border-color: rgb(208,202,112); }
td.TdClassName
{
border-color: #D0CA70;
}
.TagClassName
{
border-color: #D0CA70;
}
</style>