Shades of Cashmere #DBB19C
Tints of Cashmere #DBB19C
RGB
CMYK
RGB Variations
Color information
#DBB19C (or 0xDBB19C) is known color: Cashmere. HEX triplet: DB, B1 and 9C. RGB value is (219,177,156). Sum of RGB (Red+Green+Blue) = 219+177+156=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB19C is #244E63. Grayscale: #BBBBBB. Windows color (decimal): -2379364 or 10269147. OLE color: 10269147.
HSL color Cylindrical-coordinate representation of color #DBB19C: hue angle of 20º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBB19C is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 156 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.14 |
| HSL | 20º | 0.47% | 0.74% | - |
| HSV(B) | 20º | 0.29% | 0.86% | - |
| XYZ | 50.94 | 48.9 | 38.21 | - |
| YUV | 187.16 | 110.41 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 156 | 0 | 0.19 | 0.29 | 0.14 | 20 | 0.47 | 0.74 |
| Hex | DB | B1 | 9C | 0 | 13 | 1D | E | 14 | 2F | 4A |
| Octal | 333 | 261 | 234 | 0 | 23 | 35 | 16 | 24 | 57 | 112 |
| Binary | 11011011 | 10110001 | 10011100 | 0 | 10011 | 11101 | 1110 | 10100 | 101111 | 1001010 |
Color Harmonies of #DBB19C
Complementary color
Monochromatic Colors of #DBB19C
Black with #DBB19C
Text Example
Text Example
White with #DBB19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB19C; }
p { color: rgb(219,177,156); }
H1.HeaderClassName
{
color: #DBB19C;
}
.AnyTagClassName
{
color: #DBB19C;
}
</style>
background-color css
<style>
a { background-color: #DBB19C; }
a { background-color: rgb(219,177,156); }
div.DivClassName
{
background-color: #DBB19C;
}
.BgClassName
{
background-color: #DBB19C;
}
</style>
border-color css
<style>
span { border-color: #DBB19C; }
span { border-color: rgb(219,177,156); }
td.TdClassName
{
border-color: #DBB19C;
}
.TagClassName
{
border-color: #DBB19C;
}
</style>