Shades of Cashmere #DCB89E
Tints of Cashmere #DCB89E
RGB
CMYK
RGB Variations
Color information
#DCB89E (or 0xDCB89E) is known color: Cashmere. HEX triplet: DC, B8 and 9E. RGB value is (220,184,158). Sum of RGB (Red+Green+Blue) = 220+184+158=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 184 (72.27% from 255 or 32.74% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB89E is #234761. Grayscale: #BFBFBF. Windows color (decimal): -2312034 or 10402012. OLE color: 10402012.
HSL color Cylindrical-coordinate representation of color #DCB89E: hue angle of 25.16º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCB89E is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 158 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.14 |
| HSL | 25.16º | 0.47% | 0.74% | - |
| HSV(B) | 25.16º | 0.28% | 0.86% | - |
| XYZ | 52.83 | 51.97 | 39.59 | - |
| YUV | 191.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 158 | 0 | 0.16 | 0.28 | 0.14 | 25.16 | 0.47 | 0.74 |
| Hex | DC | B8 | 9E | 0 | 10 | 1C | E | 19 | 2F | 4A |
| Octal | 334 | 270 | 236 | 0 | 20 | 34 | 16 | 31 | 57 | 112 |
| Binary | 11011100 | 10111000 | 10011110 | 0 | 10000 | 11100 | 1110 | 11001 | 101111 | 1001010 |
Color Harmonies of #DCB89E
Complementary color
Monochromatic Colors of #DCB89E
Black with #DCB89E
Text Example
Text Example
White with #DCB89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB89E; }
p { color: rgb(220,184,158); }
H1.HeaderClassName
{
color: #DCB89E;
}
.AnyTagClassName
{
color: #DCB89E;
}
</style>
background-color css
<style>
a { background-color: #DCB89E; }
a { background-color: rgb(220,184,158); }
div.DivClassName
{
background-color: #DCB89E;
}
.BgClassName
{
background-color: #DCB89E;
}
</style>
border-color css
<style>
span { border-color: #DCB89E; }
span { border-color: rgb(220,184,158); }
td.TdClassName
{
border-color: #DCB89E;
}
.TagClassName
{
border-color: #DCB89E;
}
</style>