Shades of Cashmere #DBB69C
Tints of Cashmere #DBB69C
RGB
CMYK
RGB Variations
Color information
#DBB69C (or 0xDBB69C) is known color: Cashmere. HEX triplet: DB, B6 and 9C. RGB value is (219,182,156). Sum of RGB (Red+Green+Blue) = 219+182+156=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB69C is #244963. Grayscale: #BEBEBE. Windows color (decimal): -2378084 or 10270427. OLE color: 10270427.
HSL color Cylindrical-coordinate representation of color #DBB69C: hue angle of 24.76º 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 #DBB69C is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 156 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.14 |
| HSL | 24.76º | 0.47% | 0.74% | - |
| HSV(B) | 24.76º | 0.29% | 0.86% | - |
| XYZ | 51.94 | 50.92 | 38.54 | - |
| YUV | 190.1 | 108.76 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 156 | 0 | 0.17 | 0.29 | 0.14 | 24.76 | 0.47 | 0.74 |
| Hex | DB | B6 | 9C | 0 | 11 | 1D | E | 19 | 2F | 4A |
| Octal | 333 | 266 | 234 | 0 | 21 | 35 | 16 | 31 | 57 | 112 |
| Binary | 11011011 | 10110110 | 10011100 | 0 | 10001 | 11101 | 1110 | 11001 | 101111 | 1001010 |
Color Harmonies of #DBB69C
Complementary color
Monochromatic Colors of #DBB69C
Black with #DBB69C
Text Example
Text Example
White with #DBB69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB69C; }
p { color: rgb(219,182,156); }
H1.HeaderClassName
{
color: #DBB69C;
}
.AnyTagClassName
{
color: #DBB69C;
}
</style>
background-color css
<style>
a { background-color: #DBB69C; }
a { background-color: rgb(219,182,156); }
div.DivClassName
{
background-color: #DBB69C;
}
.BgClassName
{
background-color: #DBB69C;
}
</style>
border-color css
<style>
span { border-color: #DBB69C; }
span { border-color: rgb(219,182,156); }
td.TdClassName
{
border-color: #DBB69C;
}
.TagClassName
{
border-color: #DBB69C;
}
</style>