Shades of Cashmere #DBAC93
Tints of Cashmere #DBAC93
RGB
CMYK
RGB Variations
Color information
#DBAC93 (or 0xDBAC93) is known color: Cashmere. HEX triplet: DB, AC and 93. RGB value is (219,172,147). Sum of RGB (Red+Green+Blue) = 219+172+147=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC93 is #24536C. Grayscale: #B7B7B7. Windows color (decimal): -2380653 or 9678043. OLE color: 9678043.
HSL color Cylindrical-coordinate representation of color #DBAC93: hue angle of 20.83º 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 #DBAC93 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 147 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.14 |
| HSL | 20.83º | 0.5% | 0.72% | - |
| HSV(B) | 20.83º | 0.33% | 0.86% | - |
| XYZ | 49.23 | 46.67 | 34.02 | - |
| YUV | 183.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 147 | 0 | 0.21 | 0.33 | 0.14 | 20.83 | 0.5 | 0.72 |
| Hex | DB | AC | 93 | 0 | 15 | 21 | E | 15 | 32 | 48 |
| Octal | 333 | 254 | 223 | 0 | 25 | 41 | 16 | 25 | 62 | 110 |
| Binary | 11011011 | 10101100 | 10010011 | 0 | 10101 | 100001 | 1110 | 10101 | 110010 | 1001000 |
Color Harmonies of #DBAC93
Complementary color
Monochromatic Colors of #DBAC93
Black with #DBAC93
Text Example
Text Example
White with #DBAC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC93; }
p { color: rgb(219,172,147); }
H1.HeaderClassName
{
color: #DBAC93;
}
.AnyTagClassName
{
color: #DBAC93;
}
</style>
background-color css
<style>
a { background-color: #DBAC93; }
a { background-color: rgb(219,172,147); }
div.DivClassName
{
background-color: #DBAC93;
}
.BgClassName
{
background-color: #DBAC93;
}
</style>
border-color css
<style>
span { border-color: #DBAC93; }
span { border-color: rgb(219,172,147); }
td.TdClassName
{
border-color: #DBAC93;
}
.TagClassName
{
border-color: #DBAC93;
}
</style>