Shades of Cashmere #DBB5A0
Tints of Cashmere #DBB5A0
RGB
CMYK
RGB Variations
Color information
#DBB5A0 (or 0xDBB5A0) is known color: Cashmere. HEX triplet: DB, B5 and A0. RGB value is (219,181,160). Sum of RGB (Red+Green+Blue) = 219+181+160=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 160 (62.89% from 255 or 28.57% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB5A0 is #244A5F. Grayscale: #BEBEBE. Windows color (decimal): -2378336 or 10532315. OLE color: 10532315.
HSL color Cylindrical-coordinate representation of color #DBB5A0: hue angle of 21.36º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBB5A0 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 160 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.14 |
| HSL | 21.36º | 0.45% | 0.74% | - |
| HSV(B) | 21.36º | 0.27% | 0.86% | - |
| XYZ | 52.08 | 50.65 | 40.29 | - |
| YUV | 189.97 | 111.09 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 160 | 0 | 0.17 | 0.27 | 0.14 | 21.36 | 0.45 | 0.74 |
| Hex | DB | B5 | A0 | 0 | 11 | 1B | E | 15 | 2D | 4A |
| Octal | 333 | 265 | 240 | 0 | 21 | 33 | 16 | 25 | 55 | 112 |
| Binary | 11011011 | 10110101 | 10100000 | 0 | 10001 | 11011 | 1110 | 10101 | 101101 | 1001010 |
Color Harmonies of #DBB5A0
Complementary color
Monochromatic Colors of #DBB5A0
Black with #DBB5A0
Text Example
Text Example
White with #DBB5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5A0; }
p { color: rgb(219,181,160); }
H1.HeaderClassName
{
color: #DBB5A0;
}
.AnyTagClassName
{
color: #DBB5A0;
}
</style>
background-color css
<style>
a { background-color: #DBB5A0; }
a { background-color: rgb(219,181,160); }
div.DivClassName
{
background-color: #DBB5A0;
}
.BgClassName
{
background-color: #DBB5A0;
}
</style>
border-color css
<style>
span { border-color: #DBB5A0; }
span { border-color: rgb(219,181,160); }
td.TdClassName
{
border-color: #DBB5A0;
}
.TagClassName
{
border-color: #DBB5A0;
}
</style>