Shades of Cashmere #DBB39C
Tints of Cashmere #DBB39C
RGB
CMYK
RGB Variations
Color information
#DBB39C (or 0xDBB39C) is known color: Cashmere. HEX triplet: DB, B3 and 9C. RGB value is (219,179,156). Sum of RGB (Red+Green+Blue) = 219+179+156=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB39C is #244C63. Grayscale: #BCBCBC. Windows color (decimal): -2378852 or 10269659. OLE color: 10269659.
HSL color Cylindrical-coordinate representation of color #DBB39C: hue angle of 21.9º 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 #DBB39C is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 156 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.14 |
| HSL | 21.9º | 0.47% | 0.74% | - |
| HSV(B) | 21.9º | 0.29% | 0.86% | - |
| XYZ | 51.33 | 49.7 | 38.34 | - |
| YUV | 188.34 | 109.75 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 156 | 0 | 0.18 | 0.29 | 0.14 | 21.9 | 0.47 | 0.74 |
| Hex | DB | B3 | 9C | 0 | 12 | 1D | E | 16 | 2F | 4A |
| Octal | 333 | 263 | 234 | 0 | 22 | 35 | 16 | 26 | 57 | 112 |
| Binary | 11011011 | 10110011 | 10011100 | 0 | 10010 | 11101 | 1110 | 10110 | 101111 | 1001010 |
Color Harmonies of #DBB39C
Complementary color
Monochromatic Colors of #DBB39C
Black with #DBB39C
Text Example
Text Example
White with #DBB39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB39C; }
p { color: rgb(219,179,156); }
H1.HeaderClassName
{
color: #DBB39C;
}
.AnyTagClassName
{
color: #DBB39C;
}
</style>
background-color css
<style>
a { background-color: #DBB39C; }
a { background-color: rgb(219,179,156); }
div.DivClassName
{
background-color: #DBB39C;
}
.BgClassName
{
background-color: #DBB39C;
}
</style>
border-color css
<style>
span { border-color: #DBB39C; }
span { border-color: rgb(219,179,156); }
td.TdClassName
{
border-color: #DBB39C;
}
.TagClassName
{
border-color: #DBB39C;
}
</style>