Shades of Cashmere #DBB79C
Tints of Cashmere #DBB79C
RGB
CMYK
RGB Variations
Color information
#DBB79C (or 0xDBB79C) is known color: Cashmere. HEX triplet: DB, B7 and 9C. RGB value is (219,183,156). Sum of RGB (Red+Green+Blue) = 219+183+156=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 183 (71.88% from 255 or 32.80% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB79C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB79C is #244863. Grayscale: #BEBEBE. Windows color (decimal): -2377828 or 10270683. OLE color: 10270683.
HSL color Cylindrical-coordinate representation of color #DBB79C: hue angle of 25.71º 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 #DBB79C is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 156 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.14 |
| HSL | 25.71º | 0.47% | 0.74% | - |
| HSV(B) | 25.71º | 0.29% | 0.86% | - |
| XYZ | 52.15 | 51.33 | 38.61 | - |
| YUV | 190.69 | 108.43 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 156 | 0 | 0.16 | 0.29 | 0.14 | 25.71 | 0.47 | 0.74 |
| Hex | DB | B7 | 9C | 0 | 10 | 1D | E | 1A | 2F | 4A |
| Octal | 333 | 267 | 234 | 0 | 20 | 35 | 16 | 32 | 57 | 112 |
| Binary | 11011011 | 10110111 | 10011100 | 0 | 10000 | 11101 | 1110 | 11010 | 101111 | 1001010 |
Color Harmonies of #DBB79C
Complementary color
Monochromatic Colors of #DBB79C
Black with #DBB79C
Text Example
Text Example
White with #DBB79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB79C; }
p { color: rgb(219,183,156); }
H1.HeaderClassName
{
color: #DBB79C;
}
.AnyTagClassName
{
color: #DBB79C;
}
</style>
background-color css
<style>
a { background-color: #DBB79C; }
a { background-color: rgb(219,183,156); }
div.DivClassName
{
background-color: #DBB79C;
}
.BgClassName
{
background-color: #DBB79C;
}
</style>
border-color css
<style>
span { border-color: #DBB79C; }
span { border-color: rgb(219,183,156); }
td.TdClassName
{
border-color: #DBB79C;
}
.TagClassName
{
border-color: #DBB79C;
}
</style>