Shades of Rose #DBA29D
Tints of Rose #DBA29D
RGB
CMYK
RGB Variations
Color information
#DBA29D (or 0xDBA29D) is known color: Rose. HEX triplet: DB, A2 and 9D. RGB value is (219,162,157). Sum of RGB (Red+Green+Blue) = 219+162+157=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA29D is #245D62. Grayscale: #B2B2B2. Windows color (decimal): -2383203 or 10330843. OLE color: 10330843.
HSL color Cylindrical-coordinate representation of color #DBA29D: hue angle of 4.84º 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 #DBA29D is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 157 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.14 |
| HSL | 4.84º | 0.46% | 0.74% | - |
| HSV(B) | 4.84º | 0.28% | 0.86% | - |
| XYZ | 48.22 | 43.34 | 37.72 | - |
| YUV | 178.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 157 | 0 | 0.26 | 0.28 | 0.14 | 4.84 | 0.46 | 0.74 |
| Hex | DB | A2 | 9D | 0 | 1A | 1C | E | 5 | 2E | 4A |
| Octal | 333 | 242 | 235 | 0 | 32 | 34 | 16 | 5 | 56 | 112 |
| Binary | 11011011 | 10100010 | 10011101 | 0 | 11010 | 11100 | 1110 | 101 | 101110 | 1001010 |
Color Harmonies of #DBA29D
Complementary color
Monochromatic Colors of #DBA29D
Black with #DBA29D
Text Example
Text Example
White with #DBA29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA29D; }
p { color: rgb(219,162,157); }
H1.HeaderClassName
{
color: #DBA29D;
}
.AnyTagClassName
{
color: #DBA29D;
}
</style>
background-color css
<style>
a { background-color: #DBA29D; }
a { background-color: rgb(219,162,157); }
div.DivClassName
{
background-color: #DBA29D;
}
.BgClassName
{
background-color: #DBA29D;
}
</style>
border-color css
<style>
span { border-color: #DBA29D; }
span { border-color: rgb(219,162,157); }
td.TdClassName
{
border-color: #DBA29D;
}
.TagClassName
{
border-color: #DBA29D;
}
</style>