Shades of Rose #DBA396
Tints of Rose #DBA396
RGB
CMYK
RGB Variations
Color information
#DBA396 (or 0xDBA396) is known color: Rose. HEX triplet: DB, A3 and 96. RGB value is (219,163,150). Sum of RGB (Red+Green+Blue) = 219+163+150=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA396 is #245C69. Grayscale: #B2B2B2. Windows color (decimal): -2382954 or 9872347. OLE color: 9872347.
HSL color Cylindrical-coordinate representation of color #DBA396: hue angle of 11.3º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBA396 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 150 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.14 |
| HSL | 11.3º | 0.49% | 0.72% | - |
| HSV(B) | 11.3º | 0.32% | 0.86% | - |
| XYZ | 47.82 | 43.46 | 34.72 | - |
| YUV | 178.26 | 112.05 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 150 | 0 | 0.26 | 0.32 | 0.14 | 11.3 | 0.49 | 0.72 |
| Hex | DB | A3 | 96 | 0 | 1A | 20 | E | B | 31 | 48 |
| Octal | 333 | 243 | 226 | 0 | 32 | 40 | 16 | 13 | 61 | 110 |
| Binary | 11011011 | 10100011 | 10010110 | 0 | 11010 | 100000 | 1110 | 1011 | 110001 | 1001000 |
Color Harmonies of #DBA396
Complementary color
Monochromatic Colors of #DBA396
Black with #DBA396
Text Example
Text Example
White with #DBA396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA396; }
p { color: rgb(219,163,150); }
H1.HeaderClassName
{
color: #DBA396;
}
.AnyTagClassName
{
color: #DBA396;
}
</style>
background-color css
<style>
a { background-color: #DBA396; }
a { background-color: rgb(219,163,150); }
div.DivClassName
{
background-color: #DBA396;
}
.BgClassName
{
background-color: #DBA396;
}
</style>
border-color css
<style>
span { border-color: #DBA396; }
span { border-color: rgb(219,163,150); }
td.TdClassName
{
border-color: #DBA396;
}
.TagClassName
{
border-color: #DBA396;
}
</style>