Shades of Cashmere #DBBA9F
Tints of Cashmere #DBBA9F
RGB
CMYK
RGB Variations
Color information
#DBBA9F (or 0xDBBA9F) is known color: Cashmere. HEX triplet: DB, BA and 9F. RGB value is (219,186,159). Sum of RGB (Red+Green+Blue) = 219+186+159=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 159 (62.5% from 255 or 28.19% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBA9F is #244560. Grayscale: #C0C0C0. Windows color (decimal): -2377057 or 10468059. OLE color: 10468059.
HSL color Cylindrical-coordinate representation of color #DBBA9F: hue angle of 27º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBBA9F is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 186 | 159 | - |
CMYK | 0 | 0.15 | 0.27 | 0.14 |
HSL | 27º | 0.45% | 0.74% | - |
HSV(B) | 27º | 0.27% | 0.86% | - |
XYZ | 53.03 | 52.68 | 40.17 | - |
YUV | 192.79 | 108.93 | 146.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 186 | 159 | 0 | 0.15 | 0.27 | 0.14 | 27 | 0.45 | 0.74 |
Hex | DB | BA | 9F | 0 | F | 1B | E | 1B | 2D | 4A |
Octal | 333 | 272 | 237 | 0 | 17 | 33 | 16 | 33 | 55 | 112 |
Binary | 11011011 | 10111010 | 10011111 | 0 | 1111 | 11011 | 1110 | 11011 | 101101 | 1001010 |
Color Harmonies of #DBBA9F
Complementary color
Monochromatic Colors of #DBBA9F
Black with #DBBA9F
Text Example
Text Example
White with #DBBA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA9F; }
p { color: rgb(219,186,159); }
H1.HeaderClassName
{
color: #DBBA9F;
}
.AnyTagClassName
{
color: #DBBA9F;
}
</style>
background-color css
<style>
a { background-color: #DBBA9F; }
a { background-color: rgb(219,186,159); }
div.DivClassName
{
background-color: #DBBA9F;
}
.BgClassName
{
background-color: #DBBA9F;
}
</style>
border-color css
<style>
span { border-color: #DBBA9F; }
span { border-color: rgb(219,186,159); }
td.TdClassName
{
border-color: #DBBA9F;
}
.TagClassName
{
border-color: #DBBA9F;
}
</style>