Shades of Chenin #D2BC6F
Tints of Chenin #D2BC6F
RGB
CMYK
RGB Variations
Color information
#D2BC6F (or 0xD2BC6F) is known color: Chenin. HEX triplet: D2, BC and 6F. RGB value is (210,188,111). Sum of RGB (Red+Green+Blue) = 210+188+111=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 111 (43.75% from 255 or 21.81% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BC6F is #2D4390. Grayscale: #BABABA. Windows color (decimal): -2966417 or 7322834. OLE color: 7322834.
HSL color Cylindrical-coordinate representation of color #D2BC6F: hue angle of 46.67º 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 #D2BC6F is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 111 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.18 |
| HSL | 46.67º | 0.52% | 0.63% | - |
| HSV(B) | 46.67º | 0.47% | 0.82% | - |
| XYZ | 47.43 | 50.82 | 22.35 | - |
| YUV | 185.8 | 85.79 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 111 | 0 | 0.10 | 0.47 | 0.18 | 46.67 | 0.52 | 0.63 |
| Hex | D2 | BC | 6F | 0 | A | 2F | 12 | 2F | 34 | 3F |
| Octal | 322 | 274 | 157 | 0 | 12 | 57 | 22 | 57 | 64 | 77 |
| Binary | 11010010 | 10111100 | 1101111 | 0 | 1010 | 101111 | 10010 | 101111 | 110100 | 111111 |
Color Harmonies of #D2BC6F
Complementary color
Monochromatic Colors of #D2BC6F
Black with #D2BC6F
Text Example
Text Example
White with #D2BC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BC6F; }
p { color: rgb(210,188,111); }
H1.HeaderClassName
{
color: #D2BC6F;
}
.AnyTagClassName
{
color: #D2BC6F;
}
</style>
background-color css
<style>
a { background-color: #D2BC6F; }
a { background-color: rgb(210,188,111); }
div.DivClassName
{
background-color: #D2BC6F;
}
.BgClassName
{
background-color: #D2BC6F;
}
</style>
border-color css
<style>
span { border-color: #D2BC6F; }
span { border-color: rgb(210,188,111); }
td.TdClassName
{
border-color: #D2BC6F;
}
.TagClassName
{
border-color: #D2BC6F;
}
</style>