Shades of Cashmere #DBB29D
Tints of Cashmere #DBB29D
RGB
CMYK
RGB Variations
Color information
#DBB29D (or 0xDBB29D) is known color: Cashmere. HEX triplet: DB, B2 and 9D. RGB value is (219,178,157). Sum of RGB (Red+Green+Blue) = 219+178+157=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB29D is #244D62. Grayscale: #BBBBBB. Windows color (decimal): -2379107 or 10334939. OLE color: 10334939.
HSL color Cylindrical-coordinate representation of color #DBB29D: hue angle of 20.32º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBB29D is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 157 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.14 |
| HSL | 20.32º | 0.46% | 0.74% | - |
| HSV(B) | 20.32º | 0.28% | 0.86% | - |
| XYZ | 51.22 | 49.34 | 38.72 | - |
| YUV | 187.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 157 | 0 | 0.19 | 0.28 | 0.14 | 20.32 | 0.46 | 0.74 |
| Hex | DB | B2 | 9D | 0 | 13 | 1C | E | 14 | 2E | 4A |
| Octal | 333 | 262 | 235 | 0 | 23 | 34 | 16 | 24 | 56 | 112 |
| Binary | 11011011 | 10110010 | 10011101 | 0 | 10011 | 11100 | 1110 | 10100 | 101110 | 1001010 |
Color Harmonies of #DBB29D
Complementary color
Monochromatic Colors of #DBB29D
Black with #DBB29D
Text Example
Text Example
White with #DBB29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB29D; }
p { color: rgb(219,178,157); }
H1.HeaderClassName
{
color: #DBB29D;
}
.AnyTagClassName
{
color: #DBB29D;
}
</style>
background-color css
<style>
a { background-color: #DBB29D; }
a { background-color: rgb(219,178,157); }
div.DivClassName
{
background-color: #DBB29D;
}
.BgClassName
{
background-color: #DBB29D;
}
</style>
border-color css
<style>
span { border-color: #DBB29D; }
span { border-color: rgb(219,178,157); }
td.TdClassName
{
border-color: #DBB29D;
}
.TagClassName
{
border-color: #DBB29D;
}
</style>