Shades of Chenin #DCBA76
Tints of Chenin #DCBA76
RGB
CMYK
RGB Variations
Color information
#DCBA76 (or 0xDCBA76) is known color: Chenin. HEX triplet: DC, BA and 76. RGB value is (220,186,118). Sum of RGB (Red+Green+Blue) = 220+186+118=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA76 is #234589. Grayscale: #BCBCBC. Windows color (decimal): -2311562 or 7781084. OLE color: 7781084.
HSL color Cylindrical-coordinate representation of color #DCBA76: hue angle of 40º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCBA76 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 118 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.14 |
| HSL | 40º | 0.59% | 0.66% | - |
| HSV(B) | 40º | 0.46% | 0.86% | - |
| XYZ | 50.34 | 51.64 | 24.45 | - |
| YUV | 188.41 | 88.26 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 118 | 0 | 0.15 | 0.46 | 0.14 | 40 | 0.59 | 0.66 |
| Hex | DC | BA | 76 | 0 | F | 2E | E | 28 | 3B | 42 |
| Octal | 334 | 272 | 166 | 0 | 17 | 56 | 16 | 50 | 73 | 102 |
| Binary | 11011100 | 10111010 | 1110110 | 0 | 1111 | 101110 | 1110 | 101000 | 111011 | 1000010 |
Color Harmonies of #DCBA76
Complementary color
Monochromatic Colors of #DCBA76
Black with #DCBA76
Text Example
Text Example
White with #DCBA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA76; }
p { color: rgb(220,186,118); }
H1.HeaderClassName
{
color: #DCBA76;
}
.AnyTagClassName
{
color: #DCBA76;
}
</style>
background-color css
<style>
a { background-color: #DCBA76; }
a { background-color: rgb(220,186,118); }
div.DivClassName
{
background-color: #DCBA76;
}
.BgClassName
{
background-color: #DCBA76;
}
</style>
border-color css
<style>
span { border-color: #DCBA76; }
span { border-color: rgb(220,186,118); }
td.TdClassName
{
border-color: #DCBA76;
}
.TagClassName
{
border-color: #DCBA76;
}
</style>