Shades of Rose #DBA595
Tints of Rose #DBA595
RGB
CMYK
RGB Variations
Color information
#DBA595 (or 0xDBA595) is known color: Rose. HEX triplet: DB, A5 and 95. RGB value is (219,165,149). Sum of RGB (Red+Green+Blue) = 219+165+149=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA595 is #245A6A. Grayscale: #B3B3B3. Windows color (decimal): -2382443 or 9807323. OLE color: 9807323.
HSL color Cylindrical-coordinate representation of color #DBA595: hue angle of 13.71º degrees, saturation: 0.49, 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 #DBA595 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 149 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.14 |
| HSL | 13.71º | 0.49% | 0.72% | - |
| HSV(B) | 13.71º | 0.32% | 0.86% | - |
| XYZ | 48.09 | 44.14 | 34.42 | - |
| YUV | 179.32 | 110.89 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 149 | 0 | 0.25 | 0.32 | 0.14 | 13.71 | 0.49 | 0.72 |
| Hex | DB | A5 | 95 | 0 | 19 | 20 | E | E | 31 | 48 |
| Octal | 333 | 245 | 225 | 0 | 31 | 40 | 16 | 16 | 61 | 110 |
| Binary | 11011011 | 10100101 | 10010101 | 0 | 11001 | 100000 | 1110 | 1110 | 110001 | 1001000 |
Color Harmonies of #DBA595
Complementary color
Monochromatic Colors of #DBA595
Black with #DBA595
Text Example
Text Example
White with #DBA595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA595; }
p { color: rgb(219,165,149); }
H1.HeaderClassName
{
color: #DBA595;
}
.AnyTagClassName
{
color: #DBA595;
}
</style>
background-color css
<style>
a { background-color: #DBA595; }
a { background-color: rgb(219,165,149); }
div.DivClassName
{
background-color: #DBA595;
}
.BgClassName
{
background-color: #DBA595;
}
</style>
border-color css
<style>
span { border-color: #DBA595; }
span { border-color: rgb(219,165,149); }
td.TdClassName
{
border-color: #DBA595;
}
.TagClassName
{
border-color: #DBA595;
}
</style>