Shades of Cashmere #DBAD91
Tints of Cashmere #DBAD91
RGB
CMYK
RGB Variations
Color information
#DBAD91 (or 0xDBAD91) is known color: Cashmere. HEX triplet: DB, AD and 91. RGB value is (219,173,145). Sum of RGB (Red+Green+Blue) = 219+173+145=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 145 (57.03% from 255 or 27.00% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD91 is #24526E. Grayscale: #B7B7B7. Windows color (decimal): -2380399 or 9547227. OLE color: 9547227.
HSL color Cylindrical-coordinate representation of color #DBAD91: hue angle of 22.7º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBAD91 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 145 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.14 |
| HSL | 22.7º | 0.51% | 0.71% | - |
| HSV(B) | 22.7º | 0.34% | 0.86% | - |
| XYZ | 49.27 | 46.99 | 33.26 | - |
| YUV | 183.56 | 106.24 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 145 | 0 | 0.21 | 0.34 | 0.14 | 22.7 | 0.51 | 0.71 |
| Hex | DB | AD | 91 | 0 | 15 | 22 | E | 17 | 33 | 47 |
| Octal | 333 | 255 | 221 | 0 | 25 | 42 | 16 | 27 | 63 | 107 |
| Binary | 11011011 | 10101101 | 10010001 | 0 | 10101 | 100010 | 1110 | 10111 | 110011 | 1000111 |
Color Harmonies of #DBAD91
Complementary color
Monochromatic Colors of #DBAD91
Black with #DBAD91
Text Example
Text Example
White with #DBAD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD91; }
p { color: rgb(219,173,145); }
H1.HeaderClassName
{
color: #DBAD91;
}
.AnyTagClassName
{
color: #DBAD91;
}
</style>
background-color css
<style>
a { background-color: #DBAD91; }
a { background-color: rgb(219,173,145); }
div.DivClassName
{
background-color: #DBAD91;
}
.BgClassName
{
background-color: #DBAD91;
}
</style>
border-color css
<style>
span { border-color: #DBAD91; }
span { border-color: rgb(219,173,145); }
td.TdClassName
{
border-color: #DBAD91;
}
.TagClassName
{
border-color: #DBAD91;
}
</style>