Shades of Cashmere #DBAD96
Tints of Cashmere #DBAD96
RGB
CMYK
RGB Variations
Color information
#DBAD96 (or 0xDBAD96) is known color: Cashmere. HEX triplet: DB, AD and 96. RGB value is (219,173,150). Sum of RGB (Red+Green+Blue) = 219+173+150=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD96 is #245269. Grayscale: #B8B8B8. Windows color (decimal): -2380394 or 9874907. OLE color: 9874907.
HSL color Cylindrical-coordinate representation of color #DBAD96: hue angle of 20º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBAD96 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 150 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.14 |
| HSL | 20º | 0.49% | 0.72% | - |
| HSV(B) | 20º | 0.32% | 0.86% | - |
| XYZ | 49.66 | 47.15 | 35.34 | - |
| YUV | 184.13 | 108.74 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 150 | 0 | 0.21 | 0.32 | 0.14 | 20 | 0.49 | 0.72 |
| Hex | DB | AD | 96 | 0 | 15 | 20 | E | 14 | 31 | 48 |
| Octal | 333 | 255 | 226 | 0 | 25 | 40 | 16 | 24 | 61 | 110 |
| Binary | 11011011 | 10101101 | 10010110 | 0 | 10101 | 100000 | 1110 | 10100 | 110001 | 1001000 |
Color Harmonies of #DBAD96
Complementary color
Monochromatic Colors of #DBAD96
Black with #DBAD96
Text Example
Text Example
White with #DBAD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD96; }
p { color: rgb(219,173,150); }
H1.HeaderClassName
{
color: #DBAD96;
}
.AnyTagClassName
{
color: #DBAD96;
}
</style>
background-color css
<style>
a { background-color: #DBAD96; }
a { background-color: rgb(219,173,150); }
div.DivClassName
{
background-color: #DBAD96;
}
.BgClassName
{
background-color: #DBAD96;
}
</style>
border-color css
<style>
span { border-color: #DBAD96; }
span { border-color: rgb(219,173,150); }
td.TdClassName
{
border-color: #DBAD96;
}
.TagClassName
{
border-color: #DBAD96;
}
</style>