Shades of Goldenrod #D0CB6F
Tints of Goldenrod #D0CB6F
RGB
CMYK
RGB Variations
Color information
#D0CB6F (or 0xD0CB6F) is known color: Goldenrod. HEX triplet: D0, CB and 6F. RGB value is (208,203,111). Sum of RGB (Red+Green+Blue) = 208+203+111=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 111 (43.75% from 255 or 21.26% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CB6F is #2F3490. Grayscale: #C2C2C2. Windows color (decimal): -3093649 or 7326672. OLE color: 7326672.
HSL color Cylindrical-coordinate representation of color #D0CB6F: hue angle of 56.91º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0CB6F is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 111 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.18 |
| HSL | 56.91º | 0.51% | 0.63% | - |
| HSV(B) | 56.91º | 0.47% | 0.82% | - |
| XYZ | 50.24 | 57.27 | 23.45 | - |
| YUV | 194.01 | 81.16 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 111 | 0 | 0.02 | 0.47 | 0.18 | 56.91 | 0.51 | 0.63 |
| Hex | D0 | CB | 6F | 0 | 2 | 2F | 12 | 39 | 33 | 3F |
| Octal | 320 | 313 | 157 | 0 | 2 | 57 | 22 | 71 | 63 | 77 |
| Binary | 11010000 | 11001011 | 1101111 | 0 | 10 | 101111 | 10010 | 111001 | 110011 | 111111 |
Color Harmonies of #D0CB6F
Complementary color
Monochromatic Colors of #D0CB6F
Black with #D0CB6F
Text Example
Text Example
White with #D0CB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB6F; }
p { color: rgb(208,203,111); }
H1.HeaderClassName
{
color: #D0CB6F;
}
.AnyTagClassName
{
color: #D0CB6F;
}
</style>
background-color css
<style>
a { background-color: #D0CB6F; }
a { background-color: rgb(208,203,111); }
div.DivClassName
{
background-color: #D0CB6F;
}
.BgClassName
{
background-color: #D0CB6F;
}
</style>
border-color css
<style>
span { border-color: #D0CB6F; }
span { border-color: rgb(208,203,111); }
td.TdClassName
{
border-color: #D0CB6F;
}
.TagClassName
{
border-color: #D0CB6F;
}
</style>