Shades of Chenin #DCBA74
Tints of Chenin #DCBA74
RGB
CMYK
RGB Variations
Color information
#DCBA74 (or 0xDCBA74) is known color: Chenin. HEX triplet: DC, BA and 74. RGB value is (220,186,116). Sum of RGB (Red+Green+Blue) = 220+186+116=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 116 (45.70% from 255 or 22.22% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA74 is #23458B. Grayscale: #BCBCBC. Windows color (decimal): -2311564 or 7650012. OLE color: 7650012.
HSL color Cylindrical-coordinate representation of color #DCBA74: hue angle of 40.38º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCBA74 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 116 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.14 |
| HSL | 40.38º | 0.6% | 0.66% | - |
| HSV(B) | 40.38º | 0.47% | 0.86% | - |
| XYZ | 50.23 | 51.59 | 23.83 | - |
| YUV | 188.19 | 87.26 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 116 | 0 | 0.15 | 0.47 | 0.14 | 40.38 | 0.6 | 0.66 |
| Hex | DC | BA | 74 | 0 | F | 2F | E | 28 | 3C | 42 |
| Octal | 334 | 272 | 164 | 0 | 17 | 57 | 16 | 50 | 74 | 102 |
| Binary | 11011100 | 10111010 | 1110100 | 0 | 1111 | 101111 | 1110 | 101000 | 111100 | 1000010 |
Color Harmonies of #DCBA74
Complementary color
Monochromatic Colors of #DCBA74
Black with #DCBA74
Text Example
Text Example
White with #DCBA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA74; }
p { color: rgb(220,186,116); }
H1.HeaderClassName
{
color: #DCBA74;
}
.AnyTagClassName
{
color: #DCBA74;
}
</style>
background-color css
<style>
a { background-color: #DCBA74; }
a { background-color: rgb(220,186,116); }
div.DivClassName
{
background-color: #DCBA74;
}
.BgClassName
{
background-color: #DCBA74;
}
</style>
border-color css
<style>
span { border-color: #DCBA74; }
span { border-color: rgb(220,186,116); }
td.TdClassName
{
border-color: #DCBA74;
}
.TagClassName
{
border-color: #DCBA74;
}
</style>