Shades of Rose #DBAC96
Tints of Rose #DBAC96
RGB
CMYK
RGB Variations
Color information
#DBAC96 (or 0xDBAC96) is known color: Rose. HEX triplet: DB, AC and 96. RGB value is (219,172,150). Sum of RGB (Red+Green+Blue) = 219+172+150=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC96 is #245369. Grayscale: #B7B7B7. Windows color (decimal): -2380650 or 9874651. OLE color: 9874651.
HSL color Cylindrical-coordinate representation of color #DBAC96: hue angle of 19.13º 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 #DBAC96 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 150 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.14 |
| HSL | 19.13º | 0.49% | 0.72% | - |
| HSV(B) | 19.13º | 0.32% | 0.86% | - |
| XYZ | 49.47 | 46.77 | 35.27 | - |
| YUV | 183.55 | 109.07 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 150 | 0 | 0.21 | 0.32 | 0.14 | 19.13 | 0.49 | 0.72 |
| Hex | DB | AC | 96 | 0 | 15 | 20 | E | 13 | 31 | 48 |
| Octal | 333 | 254 | 226 | 0 | 25 | 40 | 16 | 23 | 61 | 110 |
| Binary | 11011011 | 10101100 | 10010110 | 0 | 10101 | 100000 | 1110 | 10011 | 110001 | 1001000 |
Color Harmonies of #DBAC96
Complementary color
Monochromatic Colors of #DBAC96
Black with #DBAC96
Text Example
Text Example
White with #DBAC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC96; }
p { color: rgb(219,172,150); }
H1.HeaderClassName
{
color: #DBAC96;
}
.AnyTagClassName
{
color: #DBAC96;
}
</style>
background-color css
<style>
a { background-color: #DBAC96; }
a { background-color: rgb(219,172,150); }
div.DivClassName
{
background-color: #DBAC96;
}
.BgClassName
{
background-color: #DBAC96;
}
</style>
border-color css
<style>
span { border-color: #DBAC96; }
span { border-color: rgb(219,172,150); }
td.TdClassName
{
border-color: #DBAC96;
}
.TagClassName
{
border-color: #DBAC96;
}
</style>