Shades of Goldenrod #D0CB69
Tints of Goldenrod #D0CB69
RGB
CMYK
RGB Variations
Color information
#D0CB69 (or 0xD0CB69) is known color: Goldenrod. HEX triplet: D0, CB and 69. RGB value is (208,203,105). Sum of RGB (Red+Green+Blue) = 208+203+105=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 105 (41.41% from 255 or 20.35% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CB69 is #2F3496. Grayscale: #C1C1C1. Windows color (decimal): -3093655 or 6933456. OLE color: 6933456.
HSL color Cylindrical-coordinate representation of color #D0CB69: hue angle of 57.09º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0CB69 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 105 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.18 |
| HSL | 57.09º | 0.52% | 0.61% | - |
| HSV(B) | 57.09º | 0.5% | 0.82% | - |
| XYZ | 49.92 | 57.14 | 21.76 | - |
| YUV | 193.32 | 78.16 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 105 | 0 | 0.02 | 0.50 | 0.18 | 57.09 | 0.52 | 0.61 |
| Hex | D0 | CB | 69 | 0 | 2 | 32 | 12 | 39 | 34 | 3D |
| Octal | 320 | 313 | 151 | 0 | 2 | 62 | 22 | 71 | 64 | 75 |
| Binary | 11010000 | 11001011 | 1101001 | 0 | 10 | 110010 | 10010 | 111001 | 110100 | 111101 |
Color Harmonies of #D0CB69
Complementary color
Monochromatic Colors of #D0CB69
Black with #D0CB69
Text Example
Text Example
White with #D0CB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB69; }
p { color: rgb(208,203,105); }
H1.HeaderClassName
{
color: #D0CB69;
}
.AnyTagClassName
{
color: #D0CB69;
}
</style>
background-color css
<style>
a { background-color: #D0CB69; }
a { background-color: rgb(208,203,105); }
div.DivClassName
{
background-color: #D0CB69;
}
.BgClassName
{
background-color: #D0CB69;
}
</style>
border-color css
<style>
span { border-color: #D0CB69; }
span { border-color: rgb(208,203,105); }
td.TdClassName
{
border-color: #D0CB69;
}
.TagClassName
{
border-color: #D0CB69;
}
</style>