Shades of Rose #DBA298
Tints of Rose #DBA298
RGB
CMYK
RGB Variations
Color information
#DBA298 (or 0xDBA298) is known color: Rose. HEX triplet: DB, A2 and 98. RGB value is (219,162,152). Sum of RGB (Red+Green+Blue) = 219+162+152=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA298 is #245D67. Grayscale: #B2B2B2. Windows color (decimal): -2383208 or 10003163. OLE color: 10003163.
HSL color Cylindrical-coordinate representation of color #DBA298: hue angle of 8.96º 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 #DBA298 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 152 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.14 |
| HSL | 8.96º | 0.48% | 0.73% | - |
| HSV(B) | 8.96º | 0.31% | 0.86% | - |
| XYZ | 47.8 | 43.17 | 35.52 | - |
| YUV | 177.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 152 | 0 | 0.26 | 0.31 | 0.14 | 8.96 | 0.48 | 0.73 |
| Hex | DB | A2 | 98 | 0 | 1A | 1F | E | 9 | 30 | 49 |
| Octal | 333 | 242 | 230 | 0 | 32 | 37 | 16 | 11 | 60 | 111 |
| Binary | 11011011 | 10100010 | 10011000 | 0 | 11010 | 11111 | 1110 | 1001 | 110000 | 1001001 |
Color Harmonies of #DBA298
Complementary color
Monochromatic Colors of #DBA298
Black with #DBA298
Text Example
Text Example
White with #DBA298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA298; }
p { color: rgb(219,162,152); }
H1.HeaderClassName
{
color: #DBA298;
}
.AnyTagClassName
{
color: #DBA298;
}
</style>
background-color css
<style>
a { background-color: #DBA298; }
a { background-color: rgb(219,162,152); }
div.DivClassName
{
background-color: #DBA298;
}
.BgClassName
{
background-color: #DBA298;
}
</style>
border-color css
<style>
span { border-color: #DBA298; }
span { border-color: rgb(219,162,152); }
td.TdClassName
{
border-color: #DBA298;
}
.TagClassName
{
border-color: #DBA298;
}
</style>