Shades of Rose #DBA39B
Tints of Rose #DBA39B
RGB
CMYK
RGB Variations
Color information
#DBA39B (or 0xDBA39B) is known color: Rose. HEX triplet: DB, A3 and 9B. RGB value is (219,163,155). Sum of RGB (Red+Green+Blue) = 219+163+155=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA39B is #245C64. Grayscale: #B2B2B2. Windows color (decimal): -2382949 or 10200027. OLE color: 10200027.
HSL color Cylindrical-coordinate representation of color #DBA39B: hue angle of 7.5º 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 #DBA39B is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 155 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.14 |
| HSL | 7.5º | 0.47% | 0.73% | - |
| HSV(B) | 7.5º | 0.29% | 0.86% | - |
| XYZ | 48.23 | 43.62 | 36.89 | - |
| YUV | 178.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 155 | 0 | 0.26 | 0.29 | 0.14 | 7.5 | 0.47 | 0.73 |
| Hex | DB | A3 | 9B | 0 | 1A | 1D | E | 8 | 2F | 49 |
| Octal | 333 | 243 | 233 | 0 | 32 | 35 | 16 | 10 | 57 | 111 |
| Binary | 11011011 | 10100011 | 10011011 | 0 | 11010 | 11101 | 1110 | 1000 | 101111 | 1001001 |
Color Harmonies of #DBA39B
Complementary color
Monochromatic Colors of #DBA39B
Black with #DBA39B
Text Example
Text Example
White with #DBA39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA39B; }
p { color: rgb(219,163,155); }
H1.HeaderClassName
{
color: #DBA39B;
}
.AnyTagClassName
{
color: #DBA39B;
}
</style>
background-color css
<style>
a { background-color: #DBA39B; }
a { background-color: rgb(219,163,155); }
div.DivClassName
{
background-color: #DBA39B;
}
.BgClassName
{
background-color: #DBA39B;
}
</style>
border-color css
<style>
span { border-color: #DBA39B; }
span { border-color: rgb(219,163,155); }
td.TdClassName
{
border-color: #DBA39B;
}
.TagClassName
{
border-color: #DBA39B;
}
</style>