Shades of Cashmere #DBB49E
Tints of Cashmere #DBB49E
RGB
CMYK
RGB Variations
Color information
#DBB49E (or 0xDBB49E) is known color: Cashmere. HEX triplet: DB, B4 and 9E. RGB value is (219,180,158). Sum of RGB (Red+Green+Blue) = 219+180+158=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB49E is #244B61. Grayscale: #BDBDBD. Windows color (decimal): -2378594 or 10400987. OLE color: 10400987.
HSL color Cylindrical-coordinate representation of color #DBB49E: hue angle of 21.64º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBB49E is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 158 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.14 |
| HSL | 21.64º | 0.46% | 0.74% | - |
| HSV(B) | 21.64º | 0.28% | 0.86% | - |
| XYZ | 51.71 | 50.17 | 39.31 | - |
| YUV | 189.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 158 | 0 | 0.18 | 0.28 | 0.14 | 21.64 | 0.46 | 0.74 |
| Hex | DB | B4 | 9E | 0 | 12 | 1C | E | 16 | 2E | 4A |
| Octal | 333 | 264 | 236 | 0 | 22 | 34 | 16 | 26 | 56 | 112 |
| Binary | 11011011 | 10110100 | 10011110 | 0 | 10010 | 11100 | 1110 | 10110 | 101110 | 1001010 |
Color Harmonies of #DBB49E
Complementary color
Monochromatic Colors of #DBB49E
Black with #DBB49E
Text Example
Text Example
White with #DBB49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB49E; }
p { color: rgb(219,180,158); }
H1.HeaderClassName
{
color: #DBB49E;
}
.AnyTagClassName
{
color: #DBB49E;
}
</style>
background-color css
<style>
a { background-color: #DBB49E; }
a { background-color: rgb(219,180,158); }
div.DivClassName
{
background-color: #DBB49E;
}
.BgClassName
{
background-color: #DBB49E;
}
</style>
border-color css
<style>
span { border-color: #DBB49E; }
span { border-color: rgb(219,180,158); }
td.TdClassName
{
border-color: #DBB49E;
}
.TagClassName
{
border-color: #DBB49E;
}
</style>