Shades of Cashmere #DBAF9B
Tints of Cashmere #DBAF9B
RGB
CMYK
RGB Variations
Color information
#DBAF9B (or 0xDBAF9B) is known color: Cashmere. HEX triplet: DB, AF and 9B. RGB value is (219,175,155). Sum of RGB (Red+Green+Blue) = 219+175+155=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAF9B is #245064. Grayscale: #BABABA. Windows color (decimal): -2379877 or 10203099. OLE color: 10203099.
HSL color Cylindrical-coordinate representation of color #DBAF9B: hue angle of 18.75º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBAF9B is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 155 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.14 |
| HSL | 18.75º | 0.47% | 0.73% | - |
| HSV(B) | 18.75º | 0.29% | 0.86% | - |
| XYZ | 50.46 | 48.09 | 37.63 | - |
| YUV | 185.88 | 110.58 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 155 | 0 | 0.20 | 0.29 | 0.14 | 18.75 | 0.47 | 0.73 |
| Hex | DB | AF | 9B | 0 | 14 | 1D | E | 13 | 2F | 49 |
| Octal | 333 | 257 | 233 | 0 | 24 | 35 | 16 | 23 | 57 | 111 |
| Binary | 11011011 | 10101111 | 10011011 | 0 | 10100 | 11101 | 1110 | 10011 | 101111 | 1001001 |
Color Harmonies of #DBAF9B
Complementary color
Monochromatic Colors of #DBAF9B
Black with #DBAF9B
Text Example
Text Example
White with #DBAF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF9B; }
p { color: rgb(219,175,155); }
H1.HeaderClassName
{
color: #DBAF9B;
}
.AnyTagClassName
{
color: #DBAF9B;
}
</style>
background-color css
<style>
a { background-color: #DBAF9B; }
a { background-color: rgb(219,175,155); }
div.DivClassName
{
background-color: #DBAF9B;
}
.BgClassName
{
background-color: #DBAF9B;
}
</style>
border-color css
<style>
span { border-color: #DBAF9B; }
span { border-color: rgb(219,175,155); }
td.TdClassName
{
border-color: #DBAF9B;
}
.TagClassName
{
border-color: #DBAF9B;
}
</style>