Shades of Cashmere #DBAD93
Tints of Cashmere #DBAD93
RGB
CMYK
RGB Variations
Color information
#DBAD93 (or 0xDBAD93) is known color: Cashmere. HEX triplet: DB, AD and 93. RGB value is (219,173,147). Sum of RGB (Red+Green+Blue) = 219+173+147=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD93 is #24526C. Grayscale: #B7B7B7. Windows color (decimal): -2380397 or 9678299. OLE color: 9678299.
HSL color Cylindrical-coordinate representation of color #DBAD93: hue angle of 21.67º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBAD93 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 147 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.14 |
| HSL | 21.67º | 0.5% | 0.72% | - |
| HSV(B) | 21.67º | 0.33% | 0.86% | - |
| XYZ | 49.42 | 47.05 | 34.08 | - |
| YUV | 183.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 147 | 0 | 0.21 | 0.33 | 0.14 | 21.67 | 0.5 | 0.72 |
| Hex | DB | AD | 93 | 0 | 15 | 21 | E | 16 | 32 | 48 |
| Octal | 333 | 255 | 223 | 0 | 25 | 41 | 16 | 26 | 62 | 110 |
| Binary | 11011011 | 10101101 | 10010011 | 0 | 10101 | 100001 | 1110 | 10110 | 110010 | 1001000 |
Color Harmonies of #DBAD93
Complementary color
Monochromatic Colors of #DBAD93
Black with #DBAD93
Text Example
Text Example
White with #DBAD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD93; }
p { color: rgb(219,173,147); }
H1.HeaderClassName
{
color: #DBAD93;
}
.AnyTagClassName
{
color: #DBAD93;
}
</style>
background-color css
<style>
a { background-color: #DBAD93; }
a { background-color: rgb(219,173,147); }
div.DivClassName
{
background-color: #DBAD93;
}
.BgClassName
{
background-color: #DBAD93;
}
</style>
border-color css
<style>
span { border-color: #DBAD93; }
span { border-color: rgb(219,173,147); }
td.TdClassName
{
border-color: #DBAD93;
}
.TagClassName
{
border-color: #DBAD93;
}
</style>