Shades of Goldenrod #D0CB6C
Tints of Goldenrod #D0CB6C
RGB
CMYK
RGB Variations
Color information
#D0CB6C (or 0xD0CB6C) is known color: Goldenrod. HEX triplet: D0, CB and 6C. RGB value is (208,203,108). Sum of RGB (Red+Green+Blue) = 208+203+108=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 108 (42.58% from 255 or 20.81% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CB6C is #2F3493. Grayscale: #C2C2C2. Windows color (decimal): -3093652 or 7130064. OLE color: 7130064.
HSL color Cylindrical-coordinate representation of color #D0CB6C: hue angle of 57º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0CB6C is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 108 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.18 |
| HSL | 57º | 0.52% | 0.62% | - |
| HSV(B) | 57º | 0.48% | 0.82% | - |
| XYZ | 50.08 | 57.2 | 22.59 | - |
| YUV | 193.67 | 79.66 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 108 | 0 | 0.02 | 0.48 | 0.18 | 57 | 0.52 | 0.62 |
| Hex | D0 | CB | 6C | 0 | 2 | 30 | 12 | 39 | 34 | 3E |
| Octal | 320 | 313 | 154 | 0 | 2 | 60 | 22 | 71 | 64 | 76 |
| Binary | 11010000 | 11001011 | 1101100 | 0 | 10 | 110000 | 10010 | 111001 | 110100 | 111110 |
Color Harmonies of #D0CB6C
Complementary color
Monochromatic Colors of #D0CB6C
Black with #D0CB6C
Text Example
Text Example
White with #D0CB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB6C; }
p { color: rgb(208,203,108); }
H1.HeaderClassName
{
color: #D0CB6C;
}
.AnyTagClassName
{
color: #D0CB6C;
}
</style>
background-color css
<style>
a { background-color: #D0CB6C; }
a { background-color: rgb(208,203,108); }
div.DivClassName
{
background-color: #D0CB6C;
}
.BgClassName
{
background-color: #D0CB6C;
}
</style>
border-color css
<style>
span { border-color: #D0CB6C; }
span { border-color: rgb(208,203,108); }
td.TdClassName
{
border-color: #D0CB6C;
}
.TagClassName
{
border-color: #D0CB6C;
}
</style>