Shades of Rose #DBA19A
Tints of Rose #DBA19A
RGB
CMYK
RGB Variations
Color information
#DBA19A (or 0xDBA19A) is known color: Rose. HEX triplet: DB, A1 and 9A. RGB value is (219,161,154). Sum of RGB (Red+Green+Blue) = 219+161+154=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA19A is #245E65. Grayscale: #B1B1B1. Windows color (decimal): -2383462 or 10133979. OLE color: 10133979.
HSL color Cylindrical-coordinate representation of color #DBA19A: hue angle of 6.46º 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 #DBA19A is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 154 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.14 |
| HSL | 6.46º | 0.47% | 0.73% | - |
| HSV(B) | 6.46º | 0.3% | 0.86% | - |
| XYZ | 47.79 | 42.88 | 36.33 | - |
| YUV | 177.54 | 114.72 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 154 | 0 | 0.26 | 0.30 | 0.14 | 6.46 | 0.47 | 0.73 |
| Hex | DB | A1 | 9A | 0 | 1A | 1E | E | 6 | 2F | 49 |
| Octal | 333 | 241 | 232 | 0 | 32 | 36 | 16 | 6 | 57 | 111 |
| Binary | 11011011 | 10100001 | 10011010 | 0 | 11010 | 11110 | 1110 | 110 | 101111 | 1001001 |
Color Harmonies of #DBA19A
Complementary color
Monochromatic Colors of #DBA19A
Black with #DBA19A
Text Example
Text Example
White with #DBA19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA19A; }
p { color: rgb(219,161,154); }
H1.HeaderClassName
{
color: #DBA19A;
}
.AnyTagClassName
{
color: #DBA19A;
}
</style>
background-color css
<style>
a { background-color: #DBA19A; }
a { background-color: rgb(219,161,154); }
div.DivClassName
{
background-color: #DBA19A;
}
.BgClassName
{
background-color: #DBA19A;
}
</style>
border-color css
<style>
span { border-color: #DBA19A; }
span { border-color: rgb(219,161,154); }
td.TdClassName
{
border-color: #DBA19A;
}
.TagClassName
{
border-color: #DBA19A;
}
</style>