Shades of Cashmere #DBAE96
Tints of Cashmere #DBAE96
RGB
CMYK
RGB Variations
Color information
#DBAE96 (or 0xDBAE96) is known color: Cashmere. HEX triplet: DB, AE and 96. RGB value is (219,174,150). Sum of RGB (Red+Green+Blue) = 219+174+150=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE96 is #245169. Grayscale: #B8B8B8. Windows color (decimal): -2380138 or 9875163. OLE color: 9875163.
HSL color Cylindrical-coordinate representation of color #DBAE96: hue angle of 20.87º 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 #DBAE96 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 150 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.14 |
| HSL | 20.87º | 0.49% | 0.72% | - |
| HSV(B) | 20.87º | 0.32% | 0.86% | - |
| XYZ | 49.85 | 47.53 | 35.4 | - |
| YUV | 184.72 | 108.41 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 150 | 0 | 0.21 | 0.32 | 0.14 | 20.87 | 0.49 | 0.72 |
| Hex | DB | AE | 96 | 0 | 15 | 20 | E | 15 | 31 | 48 |
| Octal | 333 | 256 | 226 | 0 | 25 | 40 | 16 | 25 | 61 | 110 |
| Binary | 11011011 | 10101110 | 10010110 | 0 | 10101 | 100000 | 1110 | 10101 | 110001 | 1001000 |
Color Harmonies of #DBAE96
Complementary color
Monochromatic Colors of #DBAE96
Black with #DBAE96
Text Example
Text Example
White with #DBAE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE96; }
p { color: rgb(219,174,150); }
H1.HeaderClassName
{
color: #DBAE96;
}
.AnyTagClassName
{
color: #DBAE96;
}
</style>
background-color css
<style>
a { background-color: #DBAE96; }
a { background-color: rgb(219,174,150); }
div.DivClassName
{
background-color: #DBAE96;
}
.BgClassName
{
background-color: #DBAE96;
}
</style>
border-color css
<style>
span { border-color: #DBAE96; }
span { border-color: rgb(219,174,150); }
td.TdClassName
{
border-color: #DBAE96;
}
.TagClassName
{
border-color: #DBAE96;
}
</style>