Shades of Chenin #D2BD6E
Tints of Chenin #D2BD6E
RGB
CMYK
RGB Variations
Color information
#D2BD6E (or 0xD2BD6E) is known color: Chenin. HEX triplet: D2, BD and 6E. RGB value is (210,189,110). Sum of RGB (Red+Green+Blue) = 210+189+110=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 110 (43.36% from 255 or 21.61% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BD6E is #2D4291. Grayscale: #BABABA. Windows color (decimal): -2966162 or 7257554. OLE color: 7257554.
HSL color Cylindrical-coordinate representation of color #D2BD6E: hue angle of 47.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2BD6E is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 110 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.18 |
| HSL | 47.4º | 0.53% | 0.63% | - |
| HSV(B) | 47.4º | 0.48% | 0.82% | - |
| XYZ | 47.59 | 51.22 | 22.13 | - |
| YUV | 186.27 | 84.96 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 110 | 0 | 0.10 | 0.48 | 0.18 | 47.4 | 0.53 | 0.63 |
| Hex | D2 | BD | 6E | 0 | A | 30 | 12 | 2F | 35 | 3F |
| Octal | 322 | 275 | 156 | 0 | 12 | 60 | 22 | 57 | 65 | 77 |
| Binary | 11010010 | 10111101 | 1101110 | 0 | 1010 | 110000 | 10010 | 101111 | 110101 | 111111 |
Color Harmonies of #D2BD6E
Complementary color
Monochromatic Colors of #D2BD6E
Black with #D2BD6E
Text Example
Text Example
White with #D2BD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BD6E; }
p { color: rgb(210,189,110); }
H1.HeaderClassName
{
color: #D2BD6E;
}
.AnyTagClassName
{
color: #D2BD6E;
}
</style>
background-color css
<style>
a { background-color: #D2BD6E; }
a { background-color: rgb(210,189,110); }
div.DivClassName
{
background-color: #D2BD6E;
}
.BgClassName
{
background-color: #D2BD6E;
}
</style>
border-color css
<style>
span { border-color: #D2BD6E; }
span { border-color: rgb(210,189,110); }
td.TdClassName
{
border-color: #D2BD6E;
}
.TagClassName
{
border-color: #D2BD6E;
}
</style>