Shades of Rose #DBA898
Tints of Rose #DBA898
RGB
CMYK
RGB Variations
Color information
#DBA898 (or 0xDBA898) is known color: Rose. HEX triplet: DB, A8 and 98. RGB value is (219,168,152). Sum of RGB (Red+Green+Blue) = 219+168+152=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA898 is #245767. Grayscale: #B5B5B5. Windows color (decimal): -2381672 or 10004699. OLE color: 10004699.
HSL color Cylindrical-coordinate representation of color #DBA898: hue angle of 14.33º 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 #DBA898 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 152 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.14 |
| HSL | 14.33º | 0.48% | 0.73% | - |
| HSV(B) | 14.33º | 0.31% | 0.86% | - |
| XYZ | 48.88 | 45.33 | 35.88 | - |
| YUV | 181.43 | 111.4 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 152 | 0 | 0.23 | 0.31 | 0.14 | 14.33 | 0.48 | 0.73 |
| Hex | DB | A8 | 98 | 0 | 17 | 1F | E | E | 30 | 49 |
| Octal | 333 | 250 | 230 | 0 | 27 | 37 | 16 | 16 | 60 | 111 |
| Binary | 11011011 | 10101000 | 10011000 | 0 | 10111 | 11111 | 1110 | 1110 | 110000 | 1001001 |
Color Harmonies of #DBA898
Complementary color
Monochromatic Colors of #DBA898
Black with #DBA898
Text Example
Text Example
White with #DBA898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA898; }
p { color: rgb(219,168,152); }
H1.HeaderClassName
{
color: #DBA898;
}
.AnyTagClassName
{
color: #DBA898;
}
</style>
background-color css
<style>
a { background-color: #DBA898; }
a { background-color: rgb(219,168,152); }
div.DivClassName
{
background-color: #DBA898;
}
.BgClassName
{
background-color: #DBA898;
}
</style>
border-color css
<style>
span { border-color: #DBA898; }
span { border-color: rgb(219,168,152); }
td.TdClassName
{
border-color: #DBA898;
}
.TagClassName
{
border-color: #DBA898;
}
</style>