Shades of Rose #DBA197
Tints of Rose #DBA197
RGB
CMYK
RGB Variations
Color information
#DBA197 (or 0xDBA197) is known color: Rose. HEX triplet: DB, A1 and 97. RGB value is (219,161,151). Sum of RGB (Red+Green+Blue) = 219+161+151=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 151 (59.38% from 255 or 28.44% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA197 is #245E68. Grayscale: #B1B1B1. Windows color (decimal): -2383465 or 9937371. OLE color: 9937371.
HSL color Cylindrical-coordinate representation of color #DBA197: hue angle of 8.82º 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 #DBA197 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 151 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.14 |
| HSL | 8.82º | 0.49% | 0.73% | - |
| HSV(B) | 8.82º | 0.31% | 0.86% | - |
| XYZ | 47.54 | 42.78 | 35.03 | - |
| YUV | 177.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 151 | 0 | 0.26 | 0.31 | 0.14 | 8.82 | 0.49 | 0.73 |
| Hex | DB | A1 | 97 | 0 | 1A | 1F | E | 9 | 31 | 49 |
| Octal | 333 | 241 | 227 | 0 | 32 | 37 | 16 | 11 | 61 | 111 |
| Binary | 11011011 | 10100001 | 10010111 | 0 | 11010 | 11111 | 1110 | 1001 | 110001 | 1001001 |
Color Harmonies of #DBA197
Complementary color
Monochromatic Colors of #DBA197
Black with #DBA197
Text Example
Text Example
White with #DBA197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA197; }
p { color: rgb(219,161,151); }
H1.HeaderClassName
{
color: #DBA197;
}
.AnyTagClassName
{
color: #DBA197;
}
</style>
background-color css
<style>
a { background-color: #DBA197; }
a { background-color: rgb(219,161,151); }
div.DivClassName
{
background-color: #DBA197;
}
.BgClassName
{
background-color: #DBA197;
}
</style>
border-color css
<style>
span { border-color: #DBA197; }
span { border-color: rgb(219,161,151); }
td.TdClassName
{
border-color: #DBA197;
}
.TagClassName
{
border-color: #DBA197;
}
</style>