Shades of Cashmere #DBAC94
Tints of Cashmere #DBAC94
RGB
CMYK
RGB Variations
Color information
#DBAC94 (or 0xDBAC94) is known color: Cashmere. HEX triplet: DB, AC and 94. RGB value is (219,172,148). Sum of RGB (Red+Green+Blue) = 219+172+148=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC94 is #24536B. Grayscale: #B7B7B7. Windows color (decimal): -2380652 or 9743579. OLE color: 9743579.
HSL color Cylindrical-coordinate representation of color #DBAC94: hue angle of 20.28º degrees, saturation: 0.5, 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 #DBAC94 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 148 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.14 |
| HSL | 20.28º | 0.5% | 0.72% | - |
| HSV(B) | 20.28º | 0.32% | 0.86% | - |
| XYZ | 49.31 | 46.7 | 34.43 | - |
| YUV | 183.32 | 108.07 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 148 | 0 | 0.21 | 0.32 | 0.14 | 20.28 | 0.5 | 0.72 |
| Hex | DB | AC | 94 | 0 | 15 | 20 | E | 14 | 32 | 48 |
| Octal | 333 | 254 | 224 | 0 | 25 | 40 | 16 | 24 | 62 | 110 |
| Binary | 11011011 | 10101100 | 10010100 | 0 | 10101 | 100000 | 1110 | 10100 | 110010 | 1001000 |
Color Harmonies of #DBAC94
Complementary color
Monochromatic Colors of #DBAC94
Black with #DBAC94
Text Example
Text Example
White with #DBAC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC94; }
p { color: rgb(219,172,148); }
H1.HeaderClassName
{
color: #DBAC94;
}
.AnyTagClassName
{
color: #DBAC94;
}
</style>
background-color css
<style>
a { background-color: #DBAC94; }
a { background-color: rgb(219,172,148); }
div.DivClassName
{
background-color: #DBAC94;
}
.BgClassName
{
background-color: #DBAC94;
}
</style>
border-color css
<style>
span { border-color: #DBAC94; }
span { border-color: rgb(219,172,148); }
td.TdClassName
{
border-color: #DBAC94;
}
.TagClassName
{
border-color: #DBAC94;
}
</style>