Shades of Goldenrod #D2CB65
Tints of Goldenrod #D2CB65
RGB
CMYK
RGB Variations
Color information
#D2CB65 (or 0xD2CB65) is known color: Goldenrod. HEX triplet: D2, CB and 65. RGB value is (210,203,101). Sum of RGB (Red+Green+Blue) = 210+203+101=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CB65 is #2D349A. Grayscale: #C1C1C1. Windows color (decimal): -2962587 or 6671314. OLE color: 6671314.
HSL color Cylindrical-coordinate representation of color #D2CB65: hue angle of 56.15º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2CB65 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 101 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.18 |
| HSL | 56.15º | 0.55% | 0.61% | - |
| HSV(B) | 56.15º | 0.52% | 0.82% | - |
| XYZ | 50.28 | 57.35 | 20.73 | - |
| YUV | 193.47 | 75.82 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 101 | 0 | 0.03 | 0.52 | 0.18 | 56.15 | 0.55 | 0.61 |
| Hex | D2 | CB | 65 | 0 | 3 | 34 | 12 | 38 | 37 | 3D |
| Octal | 322 | 313 | 145 | 0 | 3 | 64 | 22 | 70 | 67 | 75 |
| Binary | 11010010 | 11001011 | 1100101 | 0 | 11 | 110100 | 10010 | 111000 | 110111 | 111101 |
Color Harmonies of #D2CB65
Complementary color
Monochromatic Colors of #D2CB65
Black with #D2CB65
Text Example
Text Example
White with #D2CB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CB65; }
p { color: rgb(210,203,101); }
H1.HeaderClassName
{
color: #D2CB65;
}
.AnyTagClassName
{
color: #D2CB65;
}
</style>
background-color css
<style>
a { background-color: #D2CB65; }
a { background-color: rgb(210,203,101); }
div.DivClassName
{
background-color: #D2CB65;
}
.BgClassName
{
background-color: #D2CB65;
}
</style>
border-color css
<style>
span { border-color: #D2CB65; }
span { border-color: rgb(210,203,101); }
td.TdClassName
{
border-color: #D2CB65;
}
.TagClassName
{
border-color: #D2CB65;
}
</style>