Shades of Chenin #DCBA6C
Tints of Chenin #DCBA6C
RGB
CMYK
RGB Variations
Color information
#DCBA6C (or 0xDCBA6C) is known color: Chenin. HEX triplet: DC, BA and 6C. RGB value is (220,186,108). Sum of RGB (Red+Green+Blue) = 220+186+108=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA6C is #234593. Grayscale: #BBBBBB. Windows color (decimal): -2311572 or 7125724. OLE color: 7125724.
HSL color Cylindrical-coordinate representation of color #DCBA6C: hue angle of 41.79º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCBA6C is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 108 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.14 |
| HSL | 41.79º | 0.62% | 0.64% | - |
| HSV(B) | 41.79º | 0.51% | 0.86% | - |
| XYZ | 49.78 | 51.42 | 21.49 | - |
| YUV | 187.27 | 83.26 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 108 | 0 | 0.15 | 0.51 | 0.14 | 41.79 | 0.62 | 0.64 |
| Hex | DC | BA | 6C | 0 | F | 33 | E | 2A | 3E | 40 |
| Octal | 334 | 272 | 154 | 0 | 17 | 63 | 16 | 52 | 76 | 100 |
| Binary | 11011100 | 10111010 | 1101100 | 0 | 1111 | 110011 | 1110 | 101010 | 111110 | 1000000 |
Color Harmonies of #DCBA6C
Complementary color
Monochromatic Colors of #DCBA6C
Black with #DCBA6C
Text Example
Text Example
White with #DCBA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA6C; }
p { color: rgb(220,186,108); }
H1.HeaderClassName
{
color: #DCBA6C;
}
.AnyTagClassName
{
color: #DCBA6C;
}
</style>
background-color css
<style>
a { background-color: #DCBA6C; }
a { background-color: rgb(220,186,108); }
div.DivClassName
{
background-color: #DCBA6C;
}
.BgClassName
{
background-color: #DCBA6C;
}
</style>
border-color css
<style>
span { border-color: #DCBA6C; }
span { border-color: rgb(220,186,108); }
td.TdClassName
{
border-color: #DCBA6C;
}
.TagClassName
{
border-color: #DCBA6C;
}
</style>