Shades of Goldenrod #D2CB71
Tints of Goldenrod #D2CB71
RGB
CMYK
RGB Variations
Color information
#D2CB71 (or 0xD2CB71) is known color: Goldenrod. HEX triplet: D2, CB and 71. RGB value is (210,203,113). Sum of RGB (Red+Green+Blue) = 210+203+113=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CB71 is #2D348E. Grayscale: #C3C3C3. Windows color (decimal): -2962575 or 7457746. OLE color: 7457746.
HSL color Cylindrical-coordinate representation of color #D2CB71: hue angle of 55.67º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2CB71 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 113 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.18 |
| HSL | 55.67º | 0.52% | 0.63% | - |
| HSV(B) | 55.67º | 0.46% | 0.82% | - |
| XYZ | 50.91 | 57.61 | 24.06 | - |
| YUV | 194.83 | 81.82 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 113 | 0 | 0.03 | 0.46 | 0.18 | 55.67 | 0.52 | 0.63 |
| Hex | D2 | CB | 71 | 0 | 3 | 2E | 12 | 38 | 34 | 3F |
| Octal | 322 | 313 | 161 | 0 | 3 | 56 | 22 | 70 | 64 | 77 |
| Binary | 11010010 | 11001011 | 1110001 | 0 | 11 | 101110 | 10010 | 111000 | 110100 | 111111 |
Color Harmonies of #D2CB71
Complementary color
Monochromatic Colors of #D2CB71
Black with #D2CB71
Text Example
Text Example
White with #D2CB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CB71; }
p { color: rgb(210,203,113); }
H1.HeaderClassName
{
color: #D2CB71;
}
.AnyTagClassName
{
color: #D2CB71;
}
</style>
background-color css
<style>
a { background-color: #D2CB71; }
a { background-color: rgb(210,203,113); }
div.DivClassName
{
background-color: #D2CB71;
}
.BgClassName
{
background-color: #D2CB71;
}
</style>
border-color css
<style>
span { border-color: #D2CB71; }
span { border-color: rgb(210,203,113); }
td.TdClassName
{
border-color: #D2CB71;
}
.TagClassName
{
border-color: #D2CB71;
}
</style>