Shades of Cashmere #DBB29A
Tints of Cashmere #DBB29A
RGB
CMYK
RGB Variations
Color information
#DBB29A (or 0xDBB29A) is known color: Cashmere. HEX triplet: DB, B2 and 9A. RGB value is (219,178,154). Sum of RGB (Red+Green+Blue) = 219+178+154=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB29A is #244D65. Grayscale: #BBBBBB. Windows color (decimal): -2379110 or 10138331. OLE color: 10138331.
HSL color Cylindrical-coordinate representation of color #DBB29A: hue angle of 22.15º 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 #DBB29A is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 178 | 154 | - |
CMYK | 0 | 0.19 | 0.30 | 0.14 |
HSL | 22.15º | 0.47% | 0.73% | - |
HSV(B) | 22.15º | 0.3% | 0.86% | - |
XYZ | 50.97 | 49.23 | 37.39 | - |
YUV | 187.52 | 109.08 | 150.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 178 | 154 | 0 | 0.19 | 0.30 | 0.14 | 22.15 | 0.47 | 0.73 |
Hex | DB | B2 | 9A | 0 | 13 | 1E | E | 16 | 2F | 49 |
Octal | 333 | 262 | 232 | 0 | 23 | 36 | 16 | 26 | 57 | 111 |
Binary | 11011011 | 10110010 | 10011010 | 0 | 10011 | 11110 | 1110 | 10110 | 101111 | 1001001 |
Color Harmonies of #DBB29A
Complementary color
Monochromatic Colors of #DBB29A
Black with #DBB29A
Text Example
Text Example
White with #DBB29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB29A; }
p { color: rgb(219,178,154); }
H1.HeaderClassName
{
color: #DBB29A;
}
.AnyTagClassName
{
color: #DBB29A;
}
</style>
background-color css
<style>
a { background-color: #DBB29A; }
a { background-color: rgb(219,178,154); }
div.DivClassName
{
background-color: #DBB29A;
}
.BgClassName
{
background-color: #DBB29A;
}
</style>
border-color css
<style>
span { border-color: #DBB29A; }
span { border-color: rgb(219,178,154); }
td.TdClassName
{
border-color: #DBB29A;
}
.TagClassName
{
border-color: #DBB29A;
}
</style>