Shades of Chenin #DCBA6E
Tints of Chenin #DCBA6E
RGB
CMYK
RGB Variations
Color information
#DCBA6E (or 0xDCBA6E) is known color: Chenin. HEX triplet: DC, BA and 6E. RGB value is (220,186,110). Sum of RGB (Red+Green+Blue) = 220+186+110=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA6E is #234591. Grayscale: #BBBBBB. Windows color (decimal): -2311570 or 7256796. OLE color: 7256796.
HSL color Cylindrical-coordinate representation of color #DCBA6E: hue angle of 41.45º 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 #DCBA6E is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 110 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.14 |
| HSL | 41.45º | 0.61% | 0.65% | - |
| HSV(B) | 41.45º | 0.5% | 0.86% | - |
| XYZ | 49.89 | 51.46 | 22.06 | - |
| YUV | 187.5 | 84.26 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 110 | 0 | 0.15 | 0.50 | 0.14 | 41.45 | 0.61 | 0.65 |
| Hex | DC | BA | 6E | 0 | F | 32 | E | 29 | 3D | 41 |
| Octal | 334 | 272 | 156 | 0 | 17 | 62 | 16 | 51 | 75 | 101 |
| Binary | 11011100 | 10111010 | 1101110 | 0 | 1111 | 110010 | 1110 | 101001 | 111101 | 1000001 |
Color Harmonies of #DCBA6E
Complementary color
Monochromatic Colors of #DCBA6E
Black with #DCBA6E
Text Example
Text Example
White with #DCBA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA6E; }
p { color: rgb(220,186,110); }
H1.HeaderClassName
{
color: #DCBA6E;
}
.AnyTagClassName
{
color: #DCBA6E;
}
</style>
background-color css
<style>
a { background-color: #DCBA6E; }
a { background-color: rgb(220,186,110); }
div.DivClassName
{
background-color: #DCBA6E;
}
.BgClassName
{
background-color: #DCBA6E;
}
</style>
border-color css
<style>
span { border-color: #DCBA6E; }
span { border-color: rgb(220,186,110); }
td.TdClassName
{
border-color: #DCBA6E;
}
.TagClassName
{
border-color: #DCBA6E;
}
</style>