Shades of Cashmere #DBAE91
Tints of Cashmere #DBAE91
RGB
CMYK
RGB Variations
Color information
#DBAE91 (or 0xDBAE91) is known color: Cashmere. HEX triplet: DB, AE and 91. RGB value is (219,174,145). Sum of RGB (Red+Green+Blue) = 219+174+145=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 145 (57.03% from 255 or 26.95% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE91 is #24516E. Grayscale: #B8B8B8. Windows color (decimal): -2380143 or 9547483. OLE color: 9547483.
HSL color Cylindrical-coordinate representation of color #DBAE91: hue angle of 23.51º 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 #DBAE91 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 145 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.14 |
| HSL | 23.51º | 0.51% | 0.71% | - |
| HSV(B) | 23.51º | 0.34% | 0.86% | - |
| XYZ | 49.46 | 47.38 | 33.33 | - |
| YUV | 184.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 145 | 0 | 0.21 | 0.34 | 0.14 | 23.51 | 0.51 | 0.71 |
| Hex | DB | AE | 91 | 0 | 15 | 22 | E | 18 | 33 | 47 |
| Octal | 333 | 256 | 221 | 0 | 25 | 42 | 16 | 30 | 63 | 107 |
| Binary | 11011011 | 10101110 | 10010001 | 0 | 10101 | 100010 | 1110 | 11000 | 110011 | 1000111 |
Color Harmonies of #DBAE91
Complementary color
Monochromatic Colors of #DBAE91
Black with #DBAE91
Text Example
Text Example
White with #DBAE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE91; }
p { color: rgb(219,174,145); }
H1.HeaderClassName
{
color: #DBAE91;
}
.AnyTagClassName
{
color: #DBAE91;
}
</style>
background-color css
<style>
a { background-color: #DBAE91; }
a { background-color: rgb(219,174,145); }
div.DivClassName
{
background-color: #DBAE91;
}
.BgClassName
{
background-color: #DBAE91;
}
</style>
border-color css
<style>
span { border-color: #DBAE91; }
span { border-color: rgb(219,174,145); }
td.TdClassName
{
border-color: #DBAE91;
}
.TagClassName
{
border-color: #DBAE91;
}
</style>