Shades of Chenin #D4BC6F
Tints of Chenin #D4BC6F
RGB
CMYK
RGB Variations
Color information
#D4BC6F (or 0xD4BC6F) is known color: Chenin. HEX triplet: D4, BC and 6F. RGB value is (212,188,111). Sum of RGB (Red+Green+Blue) = 212+188+111=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BC6F is #2B4390. Grayscale: #BABABA. Windows color (decimal): -2835345 or 7322836. OLE color: 7322836.
HSL color Cylindrical-coordinate representation of color #D4BC6F: hue angle of 45.74º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4BC6F is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 111 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.17 |
| HSL | 45.74º | 0.54% | 0.63% | - |
| HSV(B) | 45.74º | 0.48% | 0.83% | - |
| XYZ | 48 | 51.11 | 22.37 | - |
| YUV | 186.4 | 85.45 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 111 | 0 | 0.11 | 0.48 | 0.17 | 45.74 | 0.54 | 0.63 |
| Hex | D4 | BC | 6F | 0 | B | 30 | 11 | 2E | 36 | 3F |
| Octal | 324 | 274 | 157 | 0 | 13 | 60 | 21 | 56 | 66 | 77 |
| Binary | 11010100 | 10111100 | 1101111 | 0 | 1011 | 110000 | 10001 | 101110 | 110110 | 111111 |
Color Harmonies of #D4BC6F
Complementary color
Monochromatic Colors of #D4BC6F
Black with #D4BC6F
Text Example
Text Example
White with #D4BC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BC6F; }
p { color: rgb(212,188,111); }
H1.HeaderClassName
{
color: #D4BC6F;
}
.AnyTagClassName
{
color: #D4BC6F;
}
</style>
background-color css
<style>
a { background-color: #D4BC6F; }
a { background-color: rgb(212,188,111); }
div.DivClassName
{
background-color: #D4BC6F;
}
.BgClassName
{
background-color: #D4BC6F;
}
</style>
border-color css
<style>
span { border-color: #D4BC6F; }
span { border-color: rgb(212,188,111); }
td.TdClassName
{
border-color: #D4BC6F;
}
.TagClassName
{
border-color: #D4BC6F;
}
</style>