Shades of Cashmere #DCB99E
Tints of Cashmere #DCB99E
RGB
CMYK
RGB Variations
Color information
#DCB99E (or 0xDCB99E) is known color: Cashmere. HEX triplet: DC, B9 and 9E. RGB value is (220,185,158). Sum of RGB (Red+Green+Blue) = 220+185+158=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 158 (62.11% from 255 or 28.06% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB99E is #234661. Grayscale: #C0C0C0. Windows color (decimal): -2311778 or 10402268. OLE color: 10402268.
HSL color Cylindrical-coordinate representation of color #DCB99E: hue angle of 26.13º 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 #DCB99E is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 158 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.14 |
| HSL | 26.13º | 0.47% | 0.74% | - |
| HSV(B) | 26.13º | 0.28% | 0.86% | - |
| XYZ | 53.04 | 52.38 | 39.66 | - |
| YUV | 192.39 | 108.6 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 158 | 0 | 0.16 | 0.28 | 0.14 | 26.13 | 0.47 | 0.74 |
| Hex | DC | B9 | 9E | 0 | 10 | 1C | E | 1A | 2F | 4A |
| Octal | 334 | 271 | 236 | 0 | 20 | 34 | 16 | 32 | 57 | 112 |
| Binary | 11011100 | 10111001 | 10011110 | 0 | 10000 | 11100 | 1110 | 11010 | 101111 | 1001010 |
Color Harmonies of #DCB99E
Complementary color
Monochromatic Colors of #DCB99E
Black with #DCB99E
Text Example
Text Example
White with #DCB99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB99E; }
p { color: rgb(220,185,158); }
H1.HeaderClassName
{
color: #DCB99E;
}
.AnyTagClassName
{
color: #DCB99E;
}
</style>
background-color css
<style>
a { background-color: #DCB99E; }
a { background-color: rgb(220,185,158); }
div.DivClassName
{
background-color: #DCB99E;
}
.BgClassName
{
background-color: #DCB99E;
}
</style>
border-color css
<style>
span { border-color: #DCB99E; }
span { border-color: rgb(220,185,158); }
td.TdClassName
{
border-color: #DCB99E;
}
.TagClassName
{
border-color: #DCB99E;
}
</style>