Shades of Cashmere #DCB59C
Tints of Cashmere #DCB59C
RGB
CMYK
RGB Variations
Color information
#DCB59C (or 0xDCB59C) is known color: Cashmere. HEX triplet: DC, B5 and 9C. RGB value is (220,181,156). Sum of RGB (Red+Green+Blue) = 220+181+156=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB59C is #234A63. Grayscale: #BDBDBD. Windows color (decimal): -2312804 or 10270172. OLE color: 10270172.
HSL color Cylindrical-coordinate representation of color #DCB59C: hue angle of 23.44º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCB59C is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 156 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.14 |
| HSL | 23.44º | 0.48% | 0.74% | - |
| HSV(B) | 23.44º | 0.29% | 0.86% | - |
| XYZ | 52.04 | 50.66 | 38.49 | - |
| YUV | 189.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 156 | 0 | 0.18 | 0.29 | 0.14 | 23.44 | 0.48 | 0.74 |
| Hex | DC | B5 | 9C | 0 | 12 | 1D | E | 17 | 30 | 4A |
| Octal | 334 | 265 | 234 | 0 | 22 | 35 | 16 | 27 | 60 | 112 |
| Binary | 11011100 | 10110101 | 10011100 | 0 | 10010 | 11101 | 1110 | 10111 | 110000 | 1001010 |
Color Harmonies of #DCB59C
Complementary color
Monochromatic Colors of #DCB59C
Black with #DCB59C
Text Example
Text Example
White with #DCB59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB59C; }
p { color: rgb(220,181,156); }
H1.HeaderClassName
{
color: #DCB59C;
}
.AnyTagClassName
{
color: #DCB59C;
}
</style>
background-color css
<style>
a { background-color: #DCB59C; }
a { background-color: rgb(220,181,156); }
div.DivClassName
{
background-color: #DCB59C;
}
.BgClassName
{
background-color: #DCB59C;
}
</style>
border-color css
<style>
span { border-color: #DCB59C; }
span { border-color: rgb(220,181,156); }
td.TdClassName
{
border-color: #DCB59C;
}
.TagClassName
{
border-color: #DCB59C;
}
</style>