Shades of Cashmere #DCB29C
Tints of Cashmere #DCB29C
RGB
CMYK
RGB Variations
Color information
#DCB29C (or 0xDCB29C) is known color: Cashmere. HEX triplet: DC, B2 and 9C. RGB value is (220,178,156). Sum of RGB (Red+Green+Blue) = 220+178+156=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB29C is #234D63. Grayscale: #BCBCBC. Windows color (decimal): -2313572 or 10269404. OLE color: 10269404.
HSL color Cylindrical-coordinate representation of color #DCB29C: hue angle of 20.62º 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 #DCB29C is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 156 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.14 |
| HSL | 20.63º | 0.48% | 0.74% | - |
| HSV(B) | 20.63º | 0.29% | 0.86% | - |
| XYZ | 51.44 | 49.46 | 38.29 | - |
| YUV | 188.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 156 | 0 | 0.19 | 0.29 | 0.14 | 20.63 | 0.48 | 0.74 |
| Hex | DC | B2 | 9C | 0 | 13 | 1D | E | 15 | 30 | 4A |
| Octal | 334 | 262 | 234 | 0 | 23 | 35 | 16 | 25 | 60 | 112 |
| Binary | 11011100 | 10110010 | 10011100 | 0 | 10011 | 11101 | 1110 | 10101 | 110000 | 1001010 |
Color Harmonies of #DCB29C
Complementary color
Monochromatic Colors of #DCB29C
Black with #DCB29C
Text Example
Text Example
White with #DCB29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB29C; }
p { color: rgb(220,178,156); }
H1.HeaderClassName
{
color: #DCB29C;
}
.AnyTagClassName
{
color: #DCB29C;
}
</style>
background-color css
<style>
a { background-color: #DCB29C; }
a { background-color: rgb(220,178,156); }
div.DivClassName
{
background-color: #DCB29C;
}
.BgClassName
{
background-color: #DCB29C;
}
</style>
border-color css
<style>
span { border-color: #DCB29C; }
span { border-color: rgb(220,178,156); }
td.TdClassName
{
border-color: #DCB29C;
}
.TagClassName
{
border-color: #DCB29C;
}
</style>