Shades of Goldenrod #D0CA6E
Tints of Goldenrod #D0CA6E
RGB
CMYK
RGB Variations
Color information
#D0CA6E (or 0xD0CA6E) is known color: Goldenrod. HEX triplet: D0, CA and 6E. RGB value is (208,202,110). Sum of RGB (Red+Green+Blue) = 208+202+110=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 110 (43.36% from 255 or 21.15% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CA6E is #2F3591. Grayscale: #C1C1C1. Windows color (decimal): -3093906 or 7260880. OLE color: 7260880.
HSL color Cylindrical-coordinate representation of color #D0CA6E: hue angle of 56.33º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0CA6E is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 110 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.18 |
| HSL | 56.33º | 0.51% | 0.62% | - |
| HSV(B) | 56.33º | 0.47% | 0.82% | - |
| XYZ | 49.95 | 56.78 | 23.08 | - |
| YUV | 193.31 | 80.99 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 110 | 0 | 0.03 | 0.47 | 0.18 | 56.33 | 0.51 | 0.62 |
| Hex | D0 | CA | 6E | 0 | 3 | 2F | 12 | 38 | 33 | 3E |
| Octal | 320 | 312 | 156 | 0 | 3 | 57 | 22 | 70 | 63 | 76 |
| Binary | 11010000 | 11001010 | 1101110 | 0 | 11 | 101111 | 10010 | 111000 | 110011 | 111110 |
Color Harmonies of #D0CA6E
Complementary color
Monochromatic Colors of #D0CA6E
Black with #D0CA6E
Text Example
Text Example
White with #D0CA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CA6E; }
p { color: rgb(208,202,110); }
H1.HeaderClassName
{
color: #D0CA6E;
}
.AnyTagClassName
{
color: #D0CA6E;
}
</style>
background-color css
<style>
a { background-color: #D0CA6E; }
a { background-color: rgb(208,202,110); }
div.DivClassName
{
background-color: #D0CA6E;
}
.BgClassName
{
background-color: #D0CA6E;
}
</style>
border-color css
<style>
span { border-color: #D0CA6E; }
span { border-color: rgb(208,202,110); }
td.TdClassName
{
border-color: #D0CA6E;
}
.TagClassName
{
border-color: #D0CA6E;
}
</style>