Shades of Cashmere #DBB09B
Tints of Cashmere #DBB09B
RGB
CMYK
RGB Variations
Color information
#DBB09B (or 0xDBB09B) is known color: Cashmere. HEX triplet: DB, B0 and 9B. RGB value is (219,176,155). Sum of RGB (Red+Green+Blue) = 219+176+155=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB09B is #244F64. Grayscale: #BABABA. Windows color (decimal): -2379621 or 10203355. OLE color: 10203355.
HSL color Cylindrical-coordinate representation of color #DBB09B: hue angle of 19.69º 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 #DBB09B is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 155 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.14 |
| HSL | 19.69º | 0.47% | 0.73% | - |
| HSV(B) | 19.69º | 0.29% | 0.86% | - |
| XYZ | 50.66 | 48.48 | 37.7 | - |
| YUV | 186.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 155 | 0 | 0.20 | 0.29 | 0.14 | 19.69 | 0.47 | 0.73 |
| Hex | DB | B0 | 9B | 0 | 14 | 1D | E | 14 | 2F | 49 |
| Octal | 333 | 260 | 233 | 0 | 24 | 35 | 16 | 24 | 57 | 111 |
| Binary | 11011011 | 10110000 | 10011011 | 0 | 10100 | 11101 | 1110 | 10100 | 101111 | 1001001 |
Color Harmonies of #DBB09B
Complementary color
Monochromatic Colors of #DBB09B
Black with #DBB09B
Text Example
Text Example
White with #DBB09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB09B; }
p { color: rgb(219,176,155); }
H1.HeaderClassName
{
color: #DBB09B;
}
.AnyTagClassName
{
color: #DBB09B;
}
</style>
background-color css
<style>
a { background-color: #DBB09B; }
a { background-color: rgb(219,176,155); }
div.DivClassName
{
background-color: #DBB09B;
}
.BgClassName
{
background-color: #DBB09B;
}
</style>
border-color css
<style>
span { border-color: #DBB09B; }
span { border-color: rgb(219,176,155); }
td.TdClassName
{
border-color: #DBB09B;
}
.TagClassName
{
border-color: #DBB09B;
}
</style>