Shades of Cashmere #DBB09A
Tints of Cashmere #DBB09A
RGB
CMYK
RGB Variations
Color information
#DBB09A (or 0xDBB09A) is known color: Cashmere. HEX triplet: DB, B0 and 9A. RGB value is (219,176,154). Sum of RGB (Red+Green+Blue) = 219+176+154=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 154 (60.55% from 255 or 28.05% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB09A is #244F65. Grayscale: #BABABA. Windows color (decimal): -2379622 or 10137819. OLE color: 10137819.
HSL color Cylindrical-coordinate representation of color #DBB09A: hue angle of 20.31º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBB09A is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 154 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.14 |
| HSL | 20.31º | 0.47% | 0.73% | - |
| HSV(B) | 20.31º | 0.3% | 0.86% | - |
| XYZ | 50.57 | 48.44 | 37.26 | - |
| YUV | 186.35 | 109.75 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 154 | 0 | 0.20 | 0.30 | 0.14 | 20.31 | 0.47 | 0.73 |
| Hex | DB | B0 | 9A | 0 | 14 | 1E | E | 14 | 2F | 49 |
| Octal | 333 | 260 | 232 | 0 | 24 | 36 | 16 | 24 | 57 | 111 |
| Binary | 11011011 | 10110000 | 10011010 | 0 | 10100 | 11110 | 1110 | 10100 | 101111 | 1001001 |
Color Harmonies of #DBB09A
Complementary color
Monochromatic Colors of #DBB09A
Black with #DBB09A
Text Example
Text Example
White with #DBB09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB09A; }
p { color: rgb(219,176,154); }
H1.HeaderClassName
{
color: #DBB09A;
}
.AnyTagClassName
{
color: #DBB09A;
}
</style>
background-color css
<style>
a { background-color: #DBB09A; }
a { background-color: rgb(219,176,154); }
div.DivClassName
{
background-color: #DBB09A;
}
.BgClassName
{
background-color: #DBB09A;
}
</style>
border-color css
<style>
span { border-color: #DBB09A; }
span { border-color: rgb(219,176,154); }
td.TdClassName
{
border-color: #DBB09A;
}
.TagClassName
{
border-color: #DBB09A;
}
</style>