Shades of Cashmere #DBB19D
Tints of Cashmere #DBB19D
RGB
CMYK
RGB Variations
Color information
#DBB19D (or 0xDBB19D) is known color: Cashmere. HEX triplet: DB, B1 and 9D. RGB value is (219,177,157). Sum of RGB (Red+Green+Blue) = 219+177+157=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 157 (61.72% from 255 or 28.39% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB19D is #244E62. Grayscale: #BBBBBB. Windows color (decimal): -2379363 or 10334683. OLE color: 10334683.
HSL color Cylindrical-coordinate representation of color #DBB19D: hue angle of 19.35º 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 #DBB19D is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 157 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.14 |
| HSL | 19.35º | 0.46% | 0.74% | - |
| HSV(B) | 19.35º | 0.28% | 0.86% | - |
| XYZ | 51.02 | 48.94 | 38.66 | - |
| YUV | 187.28 | 110.91 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 157 | 0 | 0.19 | 0.28 | 0.14 | 19.35 | 0.46 | 0.74 |
| Hex | DB | B1 | 9D | 0 | 13 | 1C | E | 13 | 2E | 4A |
| Octal | 333 | 261 | 235 | 0 | 23 | 34 | 16 | 23 | 56 | 112 |
| Binary | 11011011 | 10110001 | 10011101 | 0 | 10011 | 11100 | 1110 | 10011 | 101110 | 1001010 |
Color Harmonies of #DBB19D
Complementary color
Monochromatic Colors of #DBB19D
Black with #DBB19D
Text Example
Text Example
White with #DBB19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB19D; }
p { color: rgb(219,177,157); }
H1.HeaderClassName
{
color: #DBB19D;
}
.AnyTagClassName
{
color: #DBB19D;
}
</style>
background-color css
<style>
a { background-color: #DBB19D; }
a { background-color: rgb(219,177,157); }
div.DivClassName
{
background-color: #DBB19D;
}
.BgClassName
{
background-color: #DBB19D;
}
</style>
border-color css
<style>
span { border-color: #DBB19D; }
span { border-color: rgb(219,177,157); }
td.TdClassName
{
border-color: #DBB19D;
}
.TagClassName
{
border-color: #DBB19D;
}
</style>