Shades of Cashmere #DBAC92
Tints of Cashmere #DBAC92
RGB
CMYK
RGB Variations
Color information
#DBAC92 (or 0xDBAC92) is known color: Cashmere. HEX triplet: DB, AC and 92. RGB value is (219,172,146). Sum of RGB (Red+Green+Blue) = 219+172+146=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC92 is #24536D. Grayscale: #B7B7B7. Windows color (decimal): -2380654 or 9612507. OLE color: 9612507.
HSL color Cylindrical-coordinate representation of color #DBAC92: hue angle of 21.37º 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 #DBAC92 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 146 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.14 |
| HSL | 21.37º | 0.5% | 0.72% | - |
| HSV(B) | 21.37º | 0.33% | 0.86% | - |
| XYZ | 49.15 | 46.64 | 33.61 | - |
| YUV | 183.09 | 107.07 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 146 | 0 | 0.21 | 0.33 | 0.14 | 21.37 | 0.5 | 0.72 |
| Hex | DB | AC | 92 | 0 | 15 | 21 | E | 15 | 32 | 48 |
| Octal | 333 | 254 | 222 | 0 | 25 | 41 | 16 | 25 | 62 | 110 |
| Binary | 11011011 | 10101100 | 10010010 | 0 | 10101 | 100001 | 1110 | 10101 | 110010 | 1001000 |
Color Harmonies of #DBAC92
Complementary color
Monochromatic Colors of #DBAC92
Black with #DBAC92
Text Example
Text Example
White with #DBAC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC92; }
p { color: rgb(219,172,146); }
H1.HeaderClassName
{
color: #DBAC92;
}
.AnyTagClassName
{
color: #DBAC92;
}
</style>
background-color css
<style>
a { background-color: #DBAC92; }
a { background-color: rgb(219,172,146); }
div.DivClassName
{
background-color: #DBAC92;
}
.BgClassName
{
background-color: #DBAC92;
}
</style>
border-color css
<style>
span { border-color: #DBAC92; }
span { border-color: rgb(219,172,146); }
td.TdClassName
{
border-color: #DBAC92;
}
.TagClassName
{
border-color: #DBAC92;
}
</style>