Shades of Rose #DBA098
Tints of Rose #DBA098
RGB
CMYK
RGB Variations
Color information
#DBA098 (or 0xDBA098) is known color: Rose. HEX triplet: DB, A0 and 98. RGB value is (219,160,152). Sum of RGB (Red+Green+Blue) = 219+160+152=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA098 is #245F67. Grayscale: #B0B0B0. Windows color (decimal): -2383720 or 10002651. OLE color: 10002651.
HSL color Cylindrical-coordinate representation of color #DBA098: hue angle of 7.16º degrees, saturation: 0.48, 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 #DBA098 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 152 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.14 |
| HSL | 7.16º | 0.48% | 0.73% | - |
| HSV(B) | 7.16º | 0.31% | 0.86% | - |
| XYZ | 47.45 | 42.47 | 35.4 | - |
| YUV | 176.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 152 | 0 | 0.27 | 0.31 | 0.14 | 7.16 | 0.48 | 0.73 |
| Hex | DB | A0 | 98 | 0 | 1B | 1F | E | 7 | 30 | 49 |
| Octal | 333 | 240 | 230 | 0 | 33 | 37 | 16 | 7 | 60 | 111 |
| Binary | 11011011 | 10100000 | 10011000 | 0 | 11011 | 11111 | 1110 | 111 | 110000 | 1001001 |
Color Harmonies of #DBA098
Complementary color
Monochromatic Colors of #DBA098
Black with #DBA098
Text Example
Text Example
White with #DBA098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA098; }
p { color: rgb(219,160,152); }
H1.HeaderClassName
{
color: #DBA098;
}
.AnyTagClassName
{
color: #DBA098;
}
</style>
background-color css
<style>
a { background-color: #DBA098; }
a { background-color: rgb(219,160,152); }
div.DivClassName
{
background-color: #DBA098;
}
.BgClassName
{
background-color: #DBA098;
}
</style>
border-color css
<style>
span { border-color: #DBA098; }
span { border-color: rgb(219,160,152); }
td.TdClassName
{
border-color: #DBA098;
}
.TagClassName
{
border-color: #DBA098;
}
</style>