Shades of Cashmere #DBB49D
Tints of Cashmere #DBB49D
RGB
CMYK
RGB Variations
Color information
#DBB49D (or 0xDBB49D) is known color: Cashmere. HEX triplet: DB, B4 and 9D. RGB value is (219,180,157). Sum of RGB (Red+Green+Blue) = 219+180+157=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB49D is #244B62. Grayscale: #BDBDBD. Windows color (decimal): -2378595 or 10335451. OLE color: 10335451.
HSL color Cylindrical-coordinate representation of color #DBB49D: hue angle of 22.26º 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 #DBB49D is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 157 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.14 |
| HSL | 22.26º | 0.46% | 0.74% | - |
| HSV(B) | 22.26º | 0.28% | 0.86% | - |
| XYZ | 51.62 | 50.14 | 38.85 | - |
| YUV | 189.04 | 109.92 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 157 | 0 | 0.18 | 0.28 | 0.14 | 22.26 | 0.46 | 0.74 |
| Hex | DB | B4 | 9D | 0 | 12 | 1C | E | 16 | 2E | 4A |
| Octal | 333 | 264 | 235 | 0 | 22 | 34 | 16 | 26 | 56 | 112 |
| Binary | 11011011 | 10110100 | 10011101 | 0 | 10010 | 11100 | 1110 | 10110 | 101110 | 1001010 |
Color Harmonies of #DBB49D
Complementary color
Monochromatic Colors of #DBB49D
Black with #DBB49D
Text Example
Text Example
White with #DBB49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB49D; }
p { color: rgb(219,180,157); }
H1.HeaderClassName
{
color: #DBB49D;
}
.AnyTagClassName
{
color: #DBB49D;
}
</style>
background-color css
<style>
a { background-color: #DBB49D; }
a { background-color: rgb(219,180,157); }
div.DivClassName
{
background-color: #DBB49D;
}
.BgClassName
{
background-color: #DBB49D;
}
</style>
border-color css
<style>
span { border-color: #DBB49D; }
span { border-color: rgb(219,180,157); }
td.TdClassName
{
border-color: #DBB49D;
}
.TagClassName
{
border-color: #DBB49D;
}
</style>