Shades of Chenin #D4BA6F
Tints of Chenin #D4BA6F
RGB
CMYK
RGB Variations
Color information
#D4BA6F (or 0xD4BA6F) is known color: Chenin. HEX triplet: D4, BA and 6F. RGB value is (212,186,111). Sum of RGB (Red+Green+Blue) = 212+186+111=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 111 (43.75% from 255 or 21.81% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BA6F is #2B4590. Grayscale: #B9B9B9. Windows color (decimal): -2835857 or 7322324. OLE color: 7322324.
HSL color Cylindrical-coordinate representation of color #D4BA6F: hue angle of 44.55º 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 #D4BA6F is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 186 | 111 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.17 |
| HSL | 44.55º | 0.54% | 0.63% | - |
| HSV(B) | 44.55º | 0.48% | 0.83% | - |
| XYZ | 47.58 | 50.26 | 22.23 | - |
| YUV | 185.22 | 86.11 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 111 | 0 | 0.12 | 0.48 | 0.17 | 44.55 | 0.54 | 0.63 |
| Hex | D4 | BA | 6F | 0 | C | 30 | 11 | 2D | 36 | 3F |
| Octal | 324 | 272 | 157 | 0 | 14 | 60 | 21 | 55 | 66 | 77 |
| Binary | 11010100 | 10111010 | 1101111 | 0 | 1100 | 110000 | 10001 | 101101 | 110110 | 111111 |
Color Harmonies of #D4BA6F
Complementary color
Monochromatic Colors of #D4BA6F
Black with #D4BA6F
Text Example
Text Example
White with #D4BA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BA6F; }
p { color: rgb(212,186,111); }
H1.HeaderClassName
{
color: #D4BA6F;
}
.AnyTagClassName
{
color: #D4BA6F;
}
</style>
background-color css
<style>
a { background-color: #D4BA6F; }
a { background-color: rgb(212,186,111); }
div.DivClassName
{
background-color: #D4BA6F;
}
.BgClassName
{
background-color: #D4BA6F;
}
</style>
border-color css
<style>
span { border-color: #D4BA6F; }
span { border-color: rgb(212,186,111); }
td.TdClassName
{
border-color: #D4BA6F;
}
.TagClassName
{
border-color: #D4BA6F;
}
</style>