Shades of Rose #DBA29A
Tints of Rose #DBA29A
RGB
CMYK
RGB Variations
Color information
#DBA29A (or 0xDBA29A) is known color: Rose. HEX triplet: DB, A2 and 9A. RGB value is (219,162,154). Sum of RGB (Red+Green+Blue) = 219+162+154=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA29A is #245D65. Grayscale: #B2B2B2. Windows color (decimal): -2383206 or 10134235. OLE color: 10134235.
HSL color Cylindrical-coordinate representation of color #DBA29A: hue angle of 7.38º 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 #DBA29A is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 154 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.14 |
| HSL | 7.38º | 0.47% | 0.73% | - |
| HSV(B) | 7.38º | 0.3% | 0.86% | - |
| XYZ | 47.97 | 43.23 | 36.39 | - |
| YUV | 178.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 154 | 0 | 0.26 | 0.30 | 0.14 | 7.38 | 0.47 | 0.73 |
| Hex | DB | A2 | 9A | 0 | 1A | 1E | E | 7 | 2F | 49 |
| Octal | 333 | 242 | 232 | 0 | 32 | 36 | 16 | 7 | 57 | 111 |
| Binary | 11011011 | 10100010 | 10011010 | 0 | 11010 | 11110 | 1110 | 111 | 101111 | 1001001 |
Color Harmonies of #DBA29A
Complementary color
Monochromatic Colors of #DBA29A
Black with #DBA29A
Text Example
Text Example
White with #DBA29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA29A; }
p { color: rgb(219,162,154); }
H1.HeaderClassName
{
color: #DBA29A;
}
.AnyTagClassName
{
color: #DBA29A;
}
</style>
background-color css
<style>
a { background-color: #DBA29A; }
a { background-color: rgb(219,162,154); }
div.DivClassName
{
background-color: #DBA29A;
}
.BgClassName
{
background-color: #DBA29A;
}
</style>
border-color css
<style>
span { border-color: #DBA29A; }
span { border-color: rgb(219,162,154); }
td.TdClassName
{
border-color: #DBA29A;
}
.TagClassName
{
border-color: #DBA29A;
}
</style>