Shades of Cashmere #DCB096
Tints of Cashmere #DCB096
RGB
CMYK
RGB Variations
Color information
#DCB096 (or 0xDCB096) is known color: Cashmere. HEX triplet: DC, B0 and 96. RGB value is (220,176,150). Sum of RGB (Red+Green+Blue) = 220+176+150=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB096 is #234F69. Grayscale: #BABABA. Windows color (decimal): -2314090 or 9875676. OLE color: 9875676.
HSL color Cylindrical-coordinate representation of color #DCB096: hue angle of 22.29º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCB096 is Cyan = 0, Magento = 0.2, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 150 | - |
| CMYK | 0 | 0.2 | 0.32 | 0.14 |
| HSL | 22.29º | 0.5% | 0.73% | - |
| HSV(B) | 22.29º | 0.32% | 0.86% | - |
| XYZ | 50.55 | 48.47 | 35.55 | - |
| YUV | 186.19 | 107.58 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 150 | 0 | 0.2 | 0.32 | 0.14 | 22.29 | 0.5 | 0.73 |
| Hex | DC | B0 | 96 | 0 | 14 | 20 | E | 16 | 32 | 49 |
| Octal | 334 | 260 | 226 | 0 | 24 | 40 | 16 | 26 | 62 | 111 |
| Binary | 11011100 | 10110000 | 10010110 | 0 | 10100 | 100000 | 1110 | 10110 | 110010 | 1001001 |
Color Harmonies of #DCB096
Complementary color
Monochromatic Colors of #DCB096
Black with #DCB096
Text Example
Text Example
White with #DCB096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB096; }
p { color: rgb(220,176,150); }
H1.HeaderClassName
{
color: #DCB096;
}
.AnyTagClassName
{
color: #DCB096;
}
</style>
background-color css
<style>
a { background-color: #DCB096; }
a { background-color: rgb(220,176,150); }
div.DivClassName
{
background-color: #DCB096;
}
.BgClassName
{
background-color: #DCB096;
}
</style>
border-color css
<style>
span { border-color: #DCB096; }
span { border-color: rgb(220,176,150); }
td.TdClassName
{
border-color: #DCB096;
}
.TagClassName
{
border-color: #DCB096;
}
</style>