Shades of Rose #DBA896
Tints of Rose #DBA896
RGB
CMYK
RGB Variations
Color information
#DBA896 (or 0xDBA896) is known color: Rose. HEX triplet: DB, A8 and 96. RGB value is (219,168,150). Sum of RGB (Red+Green+Blue) = 219+168+150=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA896 is #245769. Grayscale: #B5B5B5. Windows color (decimal): -2381674 or 9873627. OLE color: 9873627.
HSL color Cylindrical-coordinate representation of color #DBA896: hue angle of 15.65º 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 #DBA896 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 150 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.14 |
| HSL | 15.65º | 0.49% | 0.72% | - |
| HSV(B) | 15.65º | 0.32% | 0.86% | - |
| XYZ | 48.72 | 45.27 | 35.02 | - |
| YUV | 181.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 150 | 0 | 0.23 | 0.32 | 0.14 | 15.65 | 0.49 | 0.72 |
| Hex | DB | A8 | 96 | 0 | 17 | 20 | E | 10 | 31 | 48 |
| Octal | 333 | 250 | 226 | 0 | 27 | 40 | 16 | 20 | 61 | 110 |
| Binary | 11011011 | 10101000 | 10010110 | 0 | 10111 | 100000 | 1110 | 10000 | 110001 | 1001000 |
Color Harmonies of #DBA896
Complementary color
Monochromatic Colors of #DBA896
Black with #DBA896
Text Example
Text Example
White with #DBA896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA896; }
p { color: rgb(219,168,150); }
H1.HeaderClassName
{
color: #DBA896;
}
.AnyTagClassName
{
color: #DBA896;
}
</style>
background-color css
<style>
a { background-color: #DBA896; }
a { background-color: rgb(219,168,150); }
div.DivClassName
{
background-color: #DBA896;
}
.BgClassName
{
background-color: #DBA896;
}
</style>
border-color css
<style>
span { border-color: #DBA896; }
span { border-color: rgb(219,168,150); }
td.TdClassName
{
border-color: #DBA896;
}
.TagClassName
{
border-color: #DBA896;
}
</style>