Shades of Chenin #DCBA75
Tints of Chenin #DCBA75
RGB
CMYK
RGB Variations
Color information
#DCBA75 (or 0xDCBA75) is known color: Chenin. HEX triplet: DC, BA and 75. RGB value is (220,186,117). Sum of RGB (Red+Green+Blue) = 220+186+117=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA75 is #23458A. Grayscale: #BCBCBC. Windows color (decimal): -2311563 or 7715548. OLE color: 7715548.
HSL color Cylindrical-coordinate representation of color #DCBA75: hue angle of 40.19º 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 #DCBA75 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 117 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.14 |
| HSL | 40.19º | 0.6% | 0.66% | - |
| HSV(B) | 40.19º | 0.47% | 0.86% | - |
| XYZ | 50.28 | 51.62 | 24.14 | - |
| YUV | 188.3 | 87.76 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 117 | 0 | 0.15 | 0.47 | 0.14 | 40.19 | 0.6 | 0.66 |
| Hex | DC | BA | 75 | 0 | F | 2F | E | 28 | 3C | 42 |
| Octal | 334 | 272 | 165 | 0 | 17 | 57 | 16 | 50 | 74 | 102 |
| Binary | 11011100 | 10111010 | 1110101 | 0 | 1111 | 101111 | 1110 | 101000 | 111100 | 1000010 |
Color Harmonies of #DCBA75
Complementary color
Monochromatic Colors of #DCBA75
Black with #DCBA75
Text Example
Text Example
White with #DCBA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA75; }
p { color: rgb(220,186,117); }
H1.HeaderClassName
{
color: #DCBA75;
}
.AnyTagClassName
{
color: #DCBA75;
}
</style>
background-color css
<style>
a { background-color: #DCBA75; }
a { background-color: rgb(220,186,117); }
div.DivClassName
{
background-color: #DCBA75;
}
.BgClassName
{
background-color: #DCBA75;
}
</style>
border-color css
<style>
span { border-color: #DCBA75; }
span { border-color: rgb(220,186,117); }
td.TdClassName
{
border-color: #DCBA75;
}
.TagClassName
{
border-color: #DCBA75;
}
</style>