Shades of Chenin #DCBA6F
Tints of Chenin #DCBA6F
RGB
CMYK
RGB Variations
Color information
#DCBA6F (or 0xDCBA6F) is known color: Chenin. HEX triplet: DC, BA and 6F. RGB value is (220,186,111). Sum of RGB (Red+Green+Blue) = 220+186+111=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA6F is #234590. Grayscale: #BBBBBB. Windows color (decimal): -2311569 or 7322332. OLE color: 7322332.
HSL color Cylindrical-coordinate representation of color #DCBA6F: hue angle of 41.28º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCBA6F is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 111 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.14 |
| HSL | 41.28º | 0.61% | 0.65% | - |
| HSV(B) | 41.28º | 0.5% | 0.86% | - |
| XYZ | 49.94 | 51.48 | 22.34 | - |
| YUV | 187.62 | 84.76 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 111 | 0 | 0.15 | 0.50 | 0.14 | 41.28 | 0.61 | 0.65 |
| Hex | DC | BA | 6F | 0 | F | 32 | E | 29 | 3D | 41 |
| Octal | 334 | 272 | 157 | 0 | 17 | 62 | 16 | 51 | 75 | 101 |
| Binary | 11011100 | 10111010 | 1101111 | 0 | 1111 | 110010 | 1110 | 101001 | 111101 | 1000001 |
Color Harmonies of #DCBA6F
Complementary color
Monochromatic Colors of #DCBA6F
Black with #DCBA6F
Text Example
Text Example
White with #DCBA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA6F; }
p { color: rgb(220,186,111); }
H1.HeaderClassName
{
color: #DCBA6F;
}
.AnyTagClassName
{
color: #DCBA6F;
}
</style>
background-color css
<style>
a { background-color: #DCBA6F; }
a { background-color: rgb(220,186,111); }
div.DivClassName
{
background-color: #DCBA6F;
}
.BgClassName
{
background-color: #DCBA6F;
}
</style>
border-color css
<style>
span { border-color: #DCBA6F; }
span { border-color: rgb(220,186,111); }
td.TdClassName
{
border-color: #DCBA6F;
}
.TagClassName
{
border-color: #DCBA6F;
}
</style>