Shades of Chenin #D2BD70
Tints of Chenin #D2BD70
RGB
CMYK
RGB Variations
Color information
#D2BD70 (or 0xD2BD70) is known color: Chenin. HEX triplet: D2, BD and 70. RGB value is (210,189,112). Sum of RGB (Red+Green+Blue) = 210+189+112=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BD70 is #2D428F. Grayscale: #BABABA. Windows color (decimal): -2966160 or 7388626. OLE color: 7388626.
HSL color Cylindrical-coordinate representation of color #D2BD70: hue angle of 47.14º degrees, saturation: 0.52, 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 #D2BD70 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 112 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.18 |
| HSL | 47.14º | 0.52% | 0.63% | - |
| HSV(B) | 47.14º | 0.47% | 0.82% | - |
| XYZ | 47.7 | 51.27 | 22.71 | - |
| YUV | 186.5 | 85.96 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 112 | 0 | 0.10 | 0.47 | 0.18 | 47.14 | 0.52 | 0.63 |
| Hex | D2 | BD | 70 | 0 | A | 2F | 12 | 2F | 34 | 3F |
| Octal | 322 | 275 | 160 | 0 | 12 | 57 | 22 | 57 | 64 | 77 |
| Binary | 11010010 | 10111101 | 1110000 | 0 | 1010 | 101111 | 10010 | 101111 | 110100 | 111111 |
Color Harmonies of #D2BD70
Complementary color
Monochromatic Colors of #D2BD70
Black with #D2BD70
Text Example
Text Example
White with #D2BD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BD70; }
p { color: rgb(210,189,112); }
H1.HeaderClassName
{
color: #D2BD70;
}
.AnyTagClassName
{
color: #D2BD70;
}
</style>
background-color css
<style>
a { background-color: #D2BD70; }
a { background-color: rgb(210,189,112); }
div.DivClassName
{
background-color: #D2BD70;
}
.BgClassName
{
background-color: #D2BD70;
}
</style>
border-color css
<style>
span { border-color: #D2BD70; }
span { border-color: rgb(210,189,112); }
td.TdClassName
{
border-color: #D2BD70;
}
.TagClassName
{
border-color: #D2BD70;
}
</style>