Shades of Cashmere #DCB49B
Tints of Cashmere #DCB49B
RGB
CMYK
RGB Variations
Color information
#DCB49B (or 0xDCB49B) is known color: Cashmere. HEX triplet: DC, B4 and 9B. RGB value is (220,180,155). Sum of RGB (Red+Green+Blue) = 220+180+155=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB49B is #234B64. Grayscale: #BDBDBD. Windows color (decimal): -2313061 or 10204380. OLE color: 10204380.
HSL color Cylindrical-coordinate representation of color #DCB49B: hue angle of 23.08º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCB49B is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 155 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.14 |
| HSL | 23.08º | 0.48% | 0.74% | - |
| HSV(B) | 23.08º | 0.3% | 0.86% | - |
| XYZ | 51.75 | 50.22 | 37.98 | - |
| YUV | 189.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 155 | 0 | 0.18 | 0.30 | 0.14 | 23.08 | 0.48 | 0.74 |
| Hex | DC | B4 | 9B | 0 | 12 | 1E | E | 17 | 30 | 4A |
| Octal | 334 | 264 | 233 | 0 | 22 | 36 | 16 | 27 | 60 | 112 |
| Binary | 11011100 | 10110100 | 10011011 | 0 | 10010 | 11110 | 1110 | 10111 | 110000 | 1001010 |
Color Harmonies of #DCB49B
Complementary color
Monochromatic Colors of #DCB49B
Black with #DCB49B
Text Example
Text Example
White with #DCB49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB49B; }
p { color: rgb(220,180,155); }
H1.HeaderClassName
{
color: #DCB49B;
}
.AnyTagClassName
{
color: #DCB49B;
}
</style>
background-color css
<style>
a { background-color: #DCB49B; }
a { background-color: rgb(220,180,155); }
div.DivClassName
{
background-color: #DCB49B;
}
.BgClassName
{
background-color: #DCB49B;
}
</style>
border-color css
<style>
span { border-color: #DCB49B; }
span { border-color: rgb(220,180,155); }
td.TdClassName
{
border-color: #DCB49B;
}
.TagClassName
{
border-color: #DCB49B;
}
</style>