Shades of Rose #DBA28D
Tints of Rose #DBA28D
RGB
CMYK
RGB Variations
Color information
#DBA28D (or 0xDBA28D) is known color: Rose. HEX triplet: DB, A2 and 8D. RGB value is (219,162,141). Sum of RGB (Red+Green+Blue) = 219+162+141=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA28D is #245D72. Grayscale: #B0B0B0. Windows color (decimal): -2383219 or 9282267. OLE color: 9282267.
HSL color Cylindrical-coordinate representation of color #DBA28D: hue angle of 16.15º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBA28D is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 141 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.14 |
| HSL | 16.15º | 0.52% | 0.71% | - |
| HSV(B) | 16.15º | 0.36% | 0.86% | - |
| XYZ | 46.94 | 42.82 | 30.99 | - |
| YUV | 176.65 | 107.88 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 141 | 0 | 0.26 | 0.36 | 0.14 | 16.15 | 0.52 | 0.71 |
| Hex | DB | A2 | 8D | 0 | 1A | 24 | E | 10 | 34 | 47 |
| Octal | 333 | 242 | 215 | 0 | 32 | 44 | 16 | 20 | 64 | 107 |
| Binary | 11011011 | 10100010 | 10001101 | 0 | 11010 | 100100 | 1110 | 10000 | 110100 | 1000111 |
Color Harmonies of #DBA28D
Complementary color
Monochromatic Colors of #DBA28D
Black with #DBA28D
Text Example
Text Example
White with #DBA28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA28D; }
p { color: rgb(219,162,141); }
H1.HeaderClassName
{
color: #DBA28D;
}
.AnyTagClassName
{
color: #DBA28D;
}
</style>
background-color css
<style>
a { background-color: #DBA28D; }
a { background-color: rgb(219,162,141); }
div.DivClassName
{
background-color: #DBA28D;
}
.BgClassName
{
background-color: #DBA28D;
}
</style>
border-color css
<style>
span { border-color: #DBA28D; }
span { border-color: rgb(219,162,141); }
td.TdClassName
{
border-color: #DBA28D;
}
.TagClassName
{
border-color: #DBA28D;
}
</style>