Shades of Rose #DBA29B
Tints of Rose #DBA29B
RGB
CMYK
RGB Variations
Color information
#DBA29B (or 0xDBA29B) is known color: Rose. HEX triplet: DB, A2 and 9B. RGB value is (219,162,155). Sum of RGB (Red+Green+Blue) = 219+162+155=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA29B is #245D64. Grayscale: #B2B2B2. Windows color (decimal): -2383205 or 10199771. OLE color: 10199771.
HSL color Cylindrical-coordinate representation of color #DBA29B: hue angle of 6.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 #DBA29B is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 155 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.14 |
| HSL | 6.56º | 0.47% | 0.73% | - |
| HSV(B) | 6.56º | 0.29% | 0.86% | - |
| XYZ | 48.05 | 43.27 | 36.83 | - |
| YUV | 178.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 155 | 0 | 0.26 | 0.29 | 0.14 | 6.56 | 0.47 | 0.73 |
| Hex | DB | A2 | 9B | 0 | 1A | 1D | E | 7 | 2F | 49 |
| Octal | 333 | 242 | 233 | 0 | 32 | 35 | 16 | 7 | 57 | 111 |
| Binary | 11011011 | 10100010 | 10011011 | 0 | 11010 | 11101 | 1110 | 111 | 101111 | 1001001 |
Color Harmonies of #DBA29B
Complementary color
Monochromatic Colors of #DBA29B
Black with #DBA29B
Text Example
Text Example
White with #DBA29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA29B; }
p { color: rgb(219,162,155); }
H1.HeaderClassName
{
color: #DBA29B;
}
.AnyTagClassName
{
color: #DBA29B;
}
</style>
background-color css
<style>
a { background-color: #DBA29B; }
a { background-color: rgb(219,162,155); }
div.DivClassName
{
background-color: #DBA29B;
}
.BgClassName
{
background-color: #DBA29B;
}
</style>
border-color css
<style>
span { border-color: #DBA29B; }
span { border-color: rgb(219,162,155); }
td.TdClassName
{
border-color: #DBA29B;
}
.TagClassName
{
border-color: #DBA29B;
}
</style>