Shades of Rose #DBA39A
Tints of Rose #DBA39A
RGB
CMYK
RGB Variations
Color information
#DBA39A (or 0xDBA39A) is known color: Rose. HEX triplet: DB, A3 and 9A. RGB value is (219,163,154). Sum of RGB (Red+Green+Blue) = 219+163+154=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA39A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA39A is #245C65. Grayscale: #B2B2B2. Windows color (decimal): -2382950 or 10134491. OLE color: 10134491.
HSL color Cylindrical-coordinate representation of color #DBA39A: hue angle of 8.31º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA39A is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 154 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.14 |
| HSL | 8.31º | 0.47% | 0.73% | - |
| HSV(B) | 8.31º | 0.3% | 0.86% | - |
| XYZ | 48.14 | 43.59 | 36.45 | - |
| YUV | 178.72 | 114.05 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 154 | 0 | 0.26 | 0.30 | 0.14 | 8.31 | 0.47 | 0.73 |
| Hex | DB | A3 | 9A | 0 | 1A | 1E | E | 8 | 2F | 49 |
| Octal | 333 | 243 | 232 | 0 | 32 | 36 | 16 | 10 | 57 | 111 |
| Binary | 11011011 | 10100011 | 10011010 | 0 | 11010 | 11110 | 1110 | 1000 | 101111 | 1001001 |
Color Harmonies of #DBA39A
Complementary color
Monochromatic Colors of #DBA39A
Black with #DBA39A
Text Example
Text Example
White with #DBA39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA39A; }
p { color: rgb(219,163,154); }
H1.HeaderClassName
{
color: #DBA39A;
}
.AnyTagClassName
{
color: #DBA39A;
}
</style>
background-color css
<style>
a { background-color: #DBA39A; }
a { background-color: rgb(219,163,154); }
div.DivClassName
{
background-color: #DBA39A;
}
.BgClassName
{
background-color: #DBA39A;
}
</style>
border-color css
<style>
span { border-color: #DBA39A; }
span { border-color: rgb(219,163,154); }
td.TdClassName
{
border-color: #DBA39A;
}
.TagClassName
{
border-color: #DBA39A;
}
</style>