Shades of Cashmere #DBB196
Tints of Cashmere #DBB196
RGB
CMYK
RGB Variations
Color information
#DBB196 (or 0xDBB196) is known color: Cashmere. HEX triplet: DB, B1 and 96. RGB value is (219,177,150). Sum of RGB (Red+Green+Blue) = 219+177+150=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB196 is #244E69. Grayscale: #BABABA. Windows color (decimal): -2379370 or 9875931. OLE color: 9875931.
HSL color Cylindrical-coordinate representation of color #DBB196: hue angle of 23.48º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBB196 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 150 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.14 |
| HSL | 23.48º | 0.49% | 0.72% | - |
| HSV(B) | 23.48º | 0.32% | 0.86% | - |
| XYZ | 50.44 | 48.71 | 35.6 | - |
| YUV | 186.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 150 | 0 | 0.19 | 0.32 | 0.14 | 23.48 | 0.49 | 0.72 |
| Hex | DB | B1 | 96 | 0 | 13 | 20 | E | 17 | 31 | 48 |
| Octal | 333 | 261 | 226 | 0 | 23 | 40 | 16 | 27 | 61 | 110 |
| Binary | 11011011 | 10110001 | 10010110 | 0 | 10011 | 100000 | 1110 | 10111 | 110001 | 1001000 |
Color Harmonies of #DBB196
Complementary color
Monochromatic Colors of #DBB196
Black with #DBB196
Text Example
Text Example
White with #DBB196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB196; }
p { color: rgb(219,177,150); }
H1.HeaderClassName
{
color: #DBB196;
}
.AnyTagClassName
{
color: #DBB196;
}
</style>
background-color css
<style>
a { background-color: #DBB196; }
a { background-color: rgb(219,177,150); }
div.DivClassName
{
background-color: #DBB196;
}
.BgClassName
{
background-color: #DBB196;
}
</style>
border-color css
<style>
span { border-color: #DBB196; }
span { border-color: rgb(219,177,150); }
td.TdClassName
{
border-color: #DBB196;
}
.TagClassName
{
border-color: #DBB196;
}
</style>