Shades of Cashmere #DBAD90
Tints of Cashmere #DBAD90
RGB
CMYK
RGB Variations
Color information
#DBAD90 (or 0xDBAD90) is known color: Cashmere. HEX triplet: DB, AD and 90. RGB value is (219,173,144). Sum of RGB (Red+Green+Blue) = 219+173+144=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD90 is #24526F. Grayscale: #B7B7B7. Windows color (decimal): -2380400 or 9481691. OLE color: 9481691.
HSL color Cylindrical-coordinate representation of color #DBAD90: hue angle of 23.2º 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 #DBAD90 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 144 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.14 |
| HSL | 23.2º | 0.51% | 0.71% | - |
| HSV(B) | 23.2º | 0.34% | 0.86% | - |
| XYZ | 49.19 | 46.96 | 32.86 | - |
| YUV | 183.45 | 105.74 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 144 | 0 | 0.21 | 0.34 | 0.14 | 23.2 | 0.51 | 0.71 |
| Hex | DB | AD | 90 | 0 | 15 | 22 | E | 17 | 33 | 47 |
| Octal | 333 | 255 | 220 | 0 | 25 | 42 | 16 | 27 | 63 | 107 |
| Binary | 11011011 | 10101101 | 10010000 | 0 | 10101 | 100010 | 1110 | 10111 | 110011 | 1000111 |
Color Harmonies of #DBAD90
Complementary color
Monochromatic Colors of #DBAD90
Black with #DBAD90
Text Example
Text Example
White with #DBAD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD90; }
p { color: rgb(219,173,144); }
H1.HeaderClassName
{
color: #DBAD90;
}
.AnyTagClassName
{
color: #DBAD90;
}
</style>
background-color css
<style>
a { background-color: #DBAD90; }
a { background-color: rgb(219,173,144); }
div.DivClassName
{
background-color: #DBAD90;
}
.BgClassName
{
background-color: #DBAD90;
}
</style>
border-color css
<style>
span { border-color: #DBAD90; }
span { border-color: rgb(219,173,144); }
td.TdClassName
{
border-color: #DBAD90;
}
.TagClassName
{
border-color: #DBAD90;
}
</style>