Shades of Rose #DBA194
Tints of Rose #DBA194
RGB
CMYK
RGB Variations
Color information
#DBA194 (or 0xDBA194) is known color: Rose. HEX triplet: DB, A1 and 94. RGB value is (219,161,148). Sum of RGB (Red+Green+Blue) = 219+161+148=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA194 is #245E6B. Grayscale: #B0B0B0. Windows color (decimal): -2383468 or 9740763. OLE color: 9740763.
HSL color Cylindrical-coordinate representation of color #DBA194: hue angle of 10.99º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBA194 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 148 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.14 |
| HSL | 10.99º | 0.5% | 0.72% | - |
| HSV(B) | 10.99º | 0.32% | 0.86% | - |
| XYZ | 47.3 | 42.69 | 33.76 | - |
| YUV | 176.86 | 111.72 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 148 | 0 | 0.26 | 0.32 | 0.14 | 10.99 | 0.5 | 0.72 |
| Hex | DB | A1 | 94 | 0 | 1A | 20 | E | B | 32 | 48 |
| Octal | 333 | 241 | 224 | 0 | 32 | 40 | 16 | 13 | 62 | 110 |
| Binary | 11011011 | 10100001 | 10010100 | 0 | 11010 | 100000 | 1110 | 1011 | 110010 | 1001000 |
Color Harmonies of #DBA194
Complementary color
Monochromatic Colors of #DBA194
Black with #DBA194
Text Example
Text Example
White with #DBA194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA194; }
p { color: rgb(219,161,148); }
H1.HeaderClassName
{
color: #DBA194;
}
.AnyTagClassName
{
color: #DBA194;
}
</style>
background-color css
<style>
a { background-color: #DBA194; }
a { background-color: rgb(219,161,148); }
div.DivClassName
{
background-color: #DBA194;
}
.BgClassName
{
background-color: #DBA194;
}
</style>
border-color css
<style>
span { border-color: #DBA194; }
span { border-color: rgb(219,161,148); }
td.TdClassName
{
border-color: #DBA194;
}
.TagClassName
{
border-color: #DBA194;
}
</style>