Shades of Chenin #DCBA69
Tints of Chenin #DCBA69
RGB
CMYK
RGB Variations
Color information
#DCBA69 (or 0xDCBA69) is known color: Chenin. HEX triplet: DC, BA and 69. RGB value is (220,186,105). Sum of RGB (Red+Green+Blue) = 220+186+105=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 105 (41.41% from 255 or 20.55% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA69 is #234596. Grayscale: #BBBBBB. Windows color (decimal): -2311575 or 6929116. OLE color: 6929116.
HSL color Cylindrical-coordinate representation of color #DCBA69: hue angle of 42.26º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCBA69 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 105 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.14 |
| HSL | 42.26º | 0.62% | 0.64% | - |
| HSV(B) | 42.26º | 0.52% | 0.86% | - |
| XYZ | 49.62 | 51.35 | 20.66 | - |
| YUV | 186.93 | 81.76 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 105 | 0 | 0.15 | 0.52 | 0.14 | 42.26 | 0.62 | 0.64 |
| Hex | DC | BA | 69 | 0 | F | 34 | E | 2A | 3E | 40 |
| Octal | 334 | 272 | 151 | 0 | 17 | 64 | 16 | 52 | 76 | 100 |
| Binary | 11011100 | 10111010 | 1101001 | 0 | 1111 | 110100 | 1110 | 101010 | 111110 | 1000000 |
Color Harmonies of #DCBA69
Complementary color
Monochromatic Colors of #DCBA69
Black with #DCBA69
Text Example
Text Example
White with #DCBA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA69; }
p { color: rgb(220,186,105); }
H1.HeaderClassName
{
color: #DCBA69;
}
.AnyTagClassName
{
color: #DCBA69;
}
</style>
background-color css
<style>
a { background-color: #DCBA69; }
a { background-color: rgb(220,186,105); }
div.DivClassName
{
background-color: #DCBA69;
}
.BgClassName
{
background-color: #DCBA69;
}
</style>
border-color css
<style>
span { border-color: #DCBA69; }
span { border-color: rgb(220,186,105); }
td.TdClassName
{
border-color: #DCBA69;
}
.TagClassName
{
border-color: #DCBA69;
}
</style>