Shades of Goldenrod #D0CB6A
Tints of Goldenrod #D0CB6A
RGB
CMYK
RGB Variations
Color information
#D0CB6A (or 0xD0CB6A) is known color: Goldenrod. HEX triplet: D0, CB and 6A. RGB value is (208,203,106). Sum of RGB (Red+Green+Blue) = 208+203+106=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 106 (41.80% from 255 or 20.50% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CB6A is #2F3495. Grayscale: #C1C1C1. Windows color (decimal): -3093654 or 6998992. OLE color: 6998992.
HSL color Cylindrical-coordinate representation of color #D0CB6A: hue angle of 57.06º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0CB6A is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 106 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.18 |
| HSL | 57.06º | 0.52% | 0.62% | - |
| HSV(B) | 57.06º | 0.49% | 0.82% | - |
| XYZ | 49.97 | 57.16 | 22.04 | - |
| YUV | 193.44 | 78.66 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 106 | 0 | 0.02 | 0.49 | 0.18 | 57.06 | 0.52 | 0.62 |
| Hex | D0 | CB | 6A | 0 | 2 | 31 | 12 | 39 | 34 | 3E |
| Octal | 320 | 313 | 152 | 0 | 2 | 61 | 22 | 71 | 64 | 76 |
| Binary | 11010000 | 11001011 | 1101010 | 0 | 10 | 110001 | 10010 | 111001 | 110100 | 111110 |
Color Harmonies of #D0CB6A
Complementary color
Monochromatic Colors of #D0CB6A
Black with #D0CB6A
Text Example
Text Example
White with #D0CB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB6A; }
p { color: rgb(208,203,106); }
H1.HeaderClassName
{
color: #D0CB6A;
}
.AnyTagClassName
{
color: #D0CB6A;
}
</style>
background-color css
<style>
a { background-color: #D0CB6A; }
a { background-color: rgb(208,203,106); }
div.DivClassName
{
background-color: #D0CB6A;
}
.BgClassName
{
background-color: #D0CB6A;
}
</style>
border-color css
<style>
span { border-color: #D0CB6A; }
span { border-color: rgb(208,203,106); }
td.TdClassName
{
border-color: #D0CB6A;
}
.TagClassName
{
border-color: #D0CB6A;
}
</style>