Shades of Cashmere #DBB29B
Tints of Cashmere #DBB29B
RGB
CMYK
RGB Variations
Color information
#DBB29B (or 0xDBB29B) is known color: Cashmere. HEX triplet: DB, B2 and 9B. RGB value is (219,178,155). Sum of RGB (Red+Green+Blue) = 219+178+155=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB29B is #244D64. Grayscale: #BBBBBB. Windows color (decimal): -2379109 or 10203867. OLE color: 10203867.
HSL color Cylindrical-coordinate representation of color #DBB29B: hue angle of 21.56º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBB29B is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 155 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.14 |
| HSL | 21.56º | 0.47% | 0.73% | - |
| HSV(B) | 21.56º | 0.29% | 0.86% | - |
| XYZ | 51.05 | 49.27 | 37.83 | - |
| YUV | 187.64 | 109.58 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 155 | 0 | 0.19 | 0.29 | 0.14 | 21.56 | 0.47 | 0.73 |
| Hex | DB | B2 | 9B | 0 | 13 | 1D | E | 16 | 2F | 49 |
| Octal | 333 | 262 | 233 | 0 | 23 | 35 | 16 | 26 | 57 | 111 |
| Binary | 11011011 | 10110010 | 10011011 | 0 | 10011 | 11101 | 1110 | 10110 | 101111 | 1001001 |
Color Harmonies of #DBB29B
Complementary color
Monochromatic Colors of #DBB29B
Black with #DBB29B
Text Example
Text Example
White with #DBB29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB29B; }
p { color: rgb(219,178,155); }
H1.HeaderClassName
{
color: #DBB29B;
}
.AnyTagClassName
{
color: #DBB29B;
}
</style>
background-color css
<style>
a { background-color: #DBB29B; }
a { background-color: rgb(219,178,155); }
div.DivClassName
{
background-color: #DBB29B;
}
.BgClassName
{
background-color: #DBB29B;
}
</style>
border-color css
<style>
span { border-color: #DBB29B; }
span { border-color: rgb(219,178,155); }
td.TdClassName
{
border-color: #DBB29B;
}
.TagClassName
{
border-color: #DBB29B;
}
</style>