Shades of Cashmere #DBB19B
Tints of Cashmere #DBB19B
RGB
CMYK
RGB Variations
Color information
#DBB19B (or 0xDBB19B) is known color: Cashmere. HEX triplet: DB, B1 and 9B. RGB value is (219,177,155). Sum of RGB (Red+Green+Blue) = 219+177+155=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB19B is #244E64. Grayscale: #BBBBBB. Windows color (decimal): -2379365 or 10203611. OLE color: 10203611.
HSL color Cylindrical-coordinate representation of color #DBB19B: hue angle of 20.62º 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 #DBB19B is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 155 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.14 |
| HSL | 20.63º | 0.47% | 0.73% | - |
| HSV(B) | 20.63º | 0.29% | 0.86% | - |
| XYZ | 50.85 | 48.87 | 37.76 | - |
| YUV | 187.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 155 | 0 | 0.19 | 0.29 | 0.14 | 20.63 | 0.47 | 0.73 |
| Hex | DB | B1 | 9B | 0 | 13 | 1D | E | 15 | 2F | 49 |
| Octal | 333 | 261 | 233 | 0 | 23 | 35 | 16 | 25 | 57 | 111 |
| Binary | 11011011 | 10110001 | 10011011 | 0 | 10011 | 11101 | 1110 | 10101 | 101111 | 1001001 |
Color Harmonies of #DBB19B
Complementary color
Monochromatic Colors of #DBB19B
Black with #DBB19B
Text Example
Text Example
White with #DBB19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB19B; }
p { color: rgb(219,177,155); }
H1.HeaderClassName
{
color: #DBB19B;
}
.AnyTagClassName
{
color: #DBB19B;
}
</style>
background-color css
<style>
a { background-color: #DBB19B; }
a { background-color: rgb(219,177,155); }
div.DivClassName
{
background-color: #DBB19B;
}
.BgClassName
{
background-color: #DBB19B;
}
</style>
border-color css
<style>
span { border-color: #DBB19B; }
span { border-color: rgb(219,177,155); }
td.TdClassName
{
border-color: #DBB19B;
}
.TagClassName
{
border-color: #DBB19B;
}
</style>