Shades of Cashmere #DBB69A
Tints of Cashmere #DBB69A
RGB
CMYK
RGB Variations
Color information
#DBB69A (or 0xDBB69A) is known color: Cashmere. HEX triplet: DB, B6 and 9A. RGB value is (219,182,154). Sum of RGB (Red+Green+Blue) = 219+182+154=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 182 (71.48% from 255 or 32.79% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB69A is #244965. Grayscale: #BEBEBE. Windows color (decimal): -2378086 or 10139355. OLE color: 10139355.
HSL color Cylindrical-coordinate representation of color #DBB69A: hue angle of 25.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBB69A is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 154 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.14 |
| HSL | 25.85º | 0.47% | 0.73% | - |
| HSV(B) | 25.85º | 0.3% | 0.86% | - |
| XYZ | 51.77 | 50.85 | 37.66 | - |
| YUV | 189.87 | 107.76 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 154 | 0 | 0.17 | 0.30 | 0.14 | 25.85 | 0.47 | 0.73 |
| Hex | DB | B6 | 9A | 0 | 11 | 1E | E | 1A | 2F | 49 |
| Octal | 333 | 266 | 232 | 0 | 21 | 36 | 16 | 32 | 57 | 111 |
| Binary | 11011011 | 10110110 | 10011010 | 0 | 10001 | 11110 | 1110 | 11010 | 101111 | 1001001 |
Color Harmonies of #DBB69A
Complementary color
Monochromatic Colors of #DBB69A
Black with #DBB69A
Text Example
Text Example
White with #DBB69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB69A; }
p { color: rgb(219,182,154); }
H1.HeaderClassName
{
color: #DBB69A;
}
.AnyTagClassName
{
color: #DBB69A;
}
</style>
background-color css
<style>
a { background-color: #DBB69A; }
a { background-color: rgb(219,182,154); }
div.DivClassName
{
background-color: #DBB69A;
}
.BgClassName
{
background-color: #DBB69A;
}
</style>
border-color css
<style>
span { border-color: #DBB69A; }
span { border-color: rgb(219,182,154); }
td.TdClassName
{
border-color: #DBB69A;
}
.TagClassName
{
border-color: #DBB69A;
}
</style>