Shades of Rose #DBA39D
Tints of Rose #DBA39D
RGB
CMYK
RGB Variations
Color information
#DBA39D (or 0xDBA39D) is known color: Rose. HEX triplet: DB, A3 and 9D. RGB value is (219,163,157). Sum of RGB (Red+Green+Blue) = 219+163+157=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA39D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA39D is #245C62. Grayscale: #B3B3B3. Windows color (decimal): -2382947 or 10331099. OLE color: 10331099.
HSL color Cylindrical-coordinate representation of color #DBA39D: hue angle of 5.81º 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 #DBA39D is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 157 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.14 |
| HSL | 5.81º | 0.46% | 0.74% | - |
| HSV(B) | 5.81º | 0.28% | 0.86% | - |
| XYZ | 48.4 | 43.69 | 37.78 | - |
| YUV | 179.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 157 | 0 | 0.26 | 0.28 | 0.14 | 5.81 | 0.46 | 0.74 |
| Hex | DB | A3 | 9D | 0 | 1A | 1C | E | 6 | 2E | 4A |
| Octal | 333 | 243 | 235 | 0 | 32 | 34 | 16 | 6 | 56 | 112 |
| Binary | 11011011 | 10100011 | 10011101 | 0 | 11010 | 11100 | 1110 | 110 | 101110 | 1001010 |
Color Harmonies of #DBA39D
Complementary color
Monochromatic Colors of #DBA39D
Black with #DBA39D
Text Example
Text Example
White with #DBA39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA39D; }
p { color: rgb(219,163,157); }
H1.HeaderClassName
{
color: #DBA39D;
}
.AnyTagClassName
{
color: #DBA39D;
}
</style>
background-color css
<style>
a { background-color: #DBA39D; }
a { background-color: rgb(219,163,157); }
div.DivClassName
{
background-color: #DBA39D;
}
.BgClassName
{
background-color: #DBA39D;
}
</style>
border-color css
<style>
span { border-color: #DBA39D; }
span { border-color: rgb(219,163,157); }
td.TdClassName
{
border-color: #DBA39D;
}
.TagClassName
{
border-color: #DBA39D;
}
</style>