Shades of Rose #DBA19B
Tints of Rose #DBA19B
RGB
CMYK
RGB Variations
Color information
#DBA19B (or 0xDBA19B) is known color: Rose. HEX triplet: DB, A1 and 9B. RGB value is (219,161,155). Sum of RGB (Red+Green+Blue) = 219+161+155=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA19B is #245E64. Grayscale: #B1B1B1. Windows color (decimal): -2383461 or 10199515. OLE color: 10199515.
HSL color Cylindrical-coordinate representation of color #DBA19B: hue angle of 5.62º 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 #DBA19B is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 155 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.14 |
| HSL | 5.63º | 0.47% | 0.73% | - |
| HSV(B) | 5.63º | 0.29% | 0.86% | - |
| XYZ | 47.87 | 42.92 | 36.77 | - |
| YUV | 177.66 | 115.22 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 155 | 0 | 0.26 | 0.29 | 0.14 | 5.63 | 0.47 | 0.73 |
| Hex | DB | A1 | 9B | 0 | 1A | 1D | E | 6 | 2F | 49 |
| Octal | 333 | 241 | 233 | 0 | 32 | 35 | 16 | 6 | 57 | 111 |
| Binary | 11011011 | 10100001 | 10011011 | 0 | 11010 | 11101 | 1110 | 110 | 101111 | 1001001 |
Color Harmonies of #DBA19B
Complementary color
Monochromatic Colors of #DBA19B
Black with #DBA19B
Text Example
Text Example
White with #DBA19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA19B; }
p { color: rgb(219,161,155); }
H1.HeaderClassName
{
color: #DBA19B;
}
.AnyTagClassName
{
color: #DBA19B;
}
</style>
background-color css
<style>
a { background-color: #DBA19B; }
a { background-color: rgb(219,161,155); }
div.DivClassName
{
background-color: #DBA19B;
}
.BgClassName
{
background-color: #DBA19B;
}
</style>
border-color css
<style>
span { border-color: #DBA19B; }
span { border-color: rgb(219,161,155); }
td.TdClassName
{
border-color: #DBA19B;
}
.TagClassName
{
border-color: #DBA19B;
}
</style>