Shades of Rose #DBA598
Tints of Rose #DBA598
RGB
CMYK
RGB Variations
Color information
#DBA598 (or 0xDBA598) is known color: Rose. HEX triplet: DB, A5 and 98. RGB value is (219,165,152). Sum of RGB (Red+Green+Blue) = 219+165+152=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA598 is #245A67. Grayscale: #B3B3B3. Windows color (decimal): -2382440 or 10003931. OLE color: 10003931.
HSL color Cylindrical-coordinate representation of color #DBA598: hue angle of 11.64º 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 #DBA598 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 152 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.14 |
| HSL | 11.64º | 0.48% | 0.73% | - |
| HSV(B) | 11.64º | 0.31% | 0.86% | - |
| XYZ | 48.34 | 44.24 | 35.7 | - |
| YUV | 179.66 | 112.39 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 152 | 0 | 0.25 | 0.31 | 0.14 | 11.64 | 0.48 | 0.73 |
| Hex | DB | A5 | 98 | 0 | 19 | 1F | E | C | 30 | 49 |
| Octal | 333 | 245 | 230 | 0 | 31 | 37 | 16 | 14 | 60 | 111 |
| Binary | 11011011 | 10100101 | 10011000 | 0 | 11001 | 11111 | 1110 | 1100 | 110000 | 1001001 |
Color Harmonies of #DBA598
Complementary color
Monochromatic Colors of #DBA598
Black with #DBA598
Text Example
Text Example
White with #DBA598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA598; }
p { color: rgb(219,165,152); }
H1.HeaderClassName
{
color: #DBA598;
}
.AnyTagClassName
{
color: #DBA598;
}
</style>
background-color css
<style>
a { background-color: #DBA598; }
a { background-color: rgb(219,165,152); }
div.DivClassName
{
background-color: #DBA598;
}
.BgClassName
{
background-color: #DBA598;
}
</style>
border-color css
<style>
span { border-color: #DBA598; }
span { border-color: rgb(219,165,152); }
td.TdClassName
{
border-color: #DBA598;
}
.TagClassName
{
border-color: #DBA598;
}
</style>