Shades of Rose #DBA097
Tints of Rose #DBA097
RGB
CMYK
RGB Variations
Color information
#DBA097 (or 0xDBA097) is known color: Rose. HEX triplet: DB, A0 and 97. RGB value is (219,160,151). Sum of RGB (Red+Green+Blue) = 219+160+151=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA097 is #245F68. Grayscale: #B0B0B0. Windows color (decimal): -2383721 or 9937115. OLE color: 9937115.
HSL color Cylindrical-coordinate representation of color #DBA097: hue angle of 7.94º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBA097 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 151 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.14 |
| HSL | 7.94º | 0.49% | 0.73% | - |
| HSV(B) | 7.94º | 0.31% | 0.86% | - |
| XYZ | 47.37 | 42.44 | 34.97 | - |
| YUV | 176.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 151 | 0 | 0.27 | 0.31 | 0.14 | 7.94 | 0.49 | 0.73 |
| Hex | DB | A0 | 97 | 0 | 1B | 1F | E | 8 | 31 | 49 |
| Octal | 333 | 240 | 227 | 0 | 33 | 37 | 16 | 10 | 61 | 111 |
| Binary | 11011011 | 10100000 | 10010111 | 0 | 11011 | 11111 | 1110 | 1000 | 110001 | 1001001 |
Color Harmonies of #DBA097
Complementary color
Monochromatic Colors of #DBA097
Black with #DBA097
Text Example
Text Example
White with #DBA097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA097; }
p { color: rgb(219,160,151); }
H1.HeaderClassName
{
color: #DBA097;
}
.AnyTagClassName
{
color: #DBA097;
}
</style>
background-color css
<style>
a { background-color: #DBA097; }
a { background-color: rgb(219,160,151); }
div.DivClassName
{
background-color: #DBA097;
}
.BgClassName
{
background-color: #DBA097;
}
</style>
border-color css
<style>
span { border-color: #DBA097; }
span { border-color: rgb(219,160,151); }
td.TdClassName
{
border-color: #DBA097;
}
.TagClassName
{
border-color: #DBA097;
}
</style>