Shades of Cashmere #DCB099
Tints of Cashmere #DCB099
RGB
CMYK
RGB Variations
Color information
#DCB099 (or 0xDCB099) is known color: Cashmere. HEX triplet: DC, B0 and 99. RGB value is (220,176,153). Sum of RGB (Red+Green+Blue) = 220+176+153=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 153 (60.16% from 255 or 27.87% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB099 is #234F66. Grayscale: #BABABA. Windows color (decimal): -2314087 or 10072284. OLE color: 10072284.
HSL color Cylindrical-coordinate representation of color #DCB099: hue angle of 20.6º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCB099 is Cyan = 0, Magento = 0.2, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 153 | - |
| CMYK | 0 | 0.2 | 0.30 | 0.14 |
| HSL | 20.6º | 0.49% | 0.73% | - |
| HSV(B) | 20.6º | 0.3% | 0.86% | - |
| XYZ | 50.79 | 48.57 | 36.83 | - |
| YUV | 186.53 | 109.08 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 153 | 0 | 0.2 | 0.30 | 0.14 | 20.6 | 0.49 | 0.73 |
| Hex | DC | B0 | 99 | 0 | 14 | 1E | E | 15 | 31 | 49 |
| Octal | 334 | 260 | 231 | 0 | 24 | 36 | 16 | 25 | 61 | 111 |
| Binary | 11011100 | 10110000 | 10011001 | 0 | 10100 | 11110 | 1110 | 10101 | 110001 | 1001001 |
Color Harmonies of #DCB099
Complementary color
Monochromatic Colors of #DCB099
Black with #DCB099
Text Example
Text Example
White with #DCB099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB099; }
p { color: rgb(220,176,153); }
H1.HeaderClassName
{
color: #DCB099;
}
.AnyTagClassName
{
color: #DCB099;
}
</style>
background-color css
<style>
a { background-color: #DCB099; }
a { background-color: rgb(220,176,153); }
div.DivClassName
{
background-color: #DCB099;
}
.BgClassName
{
background-color: #DCB099;
}
</style>
border-color css
<style>
span { border-color: #DCB099; }
span { border-color: rgb(220,176,153); }
td.TdClassName
{
border-color: #DCB099;
}
.TagClassName
{
border-color: #DCB099;
}
</style>