Shades of Rose #DBAC95
Tints of Rose #DBAC95
RGB
CMYK
RGB Variations
Color information
#DBAC95 (or 0xDBAC95) is known color: Rose. HEX triplet: DB, AC and 95. RGB value is (219,172,149). Sum of RGB (Red+Green+Blue) = 219+172+149=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC95 is #24536A. Grayscale: #B7B7B7. Windows color (decimal): -2380651 or 9809115. OLE color: 9809115.
HSL color Cylindrical-coordinate representation of color #DBAC95: hue angle of 19.71º 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 #DBAC95 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 149 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.14 |
| HSL | 19.71º | 0.49% | 0.72% | - |
| HSV(B) | 19.71º | 0.32% | 0.86% | - |
| XYZ | 49.39 | 46.74 | 34.85 | - |
| YUV | 183.43 | 108.57 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 149 | 0 | 0.21 | 0.32 | 0.14 | 19.71 | 0.49 | 0.72 |
| Hex | DB | AC | 95 | 0 | 15 | 20 | E | 14 | 31 | 48 |
| Octal | 333 | 254 | 225 | 0 | 25 | 40 | 16 | 24 | 61 | 110 |
| Binary | 11011011 | 10101100 | 10010101 | 0 | 10101 | 100000 | 1110 | 10100 | 110001 | 1001000 |
Color Harmonies of #DBAC95
Complementary color
Monochromatic Colors of #DBAC95
Black with #DBAC95
Text Example
Text Example
White with #DBAC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC95; }
p { color: rgb(219,172,149); }
H1.HeaderClassName
{
color: #DBAC95;
}
.AnyTagClassName
{
color: #DBAC95;
}
</style>
background-color css
<style>
a { background-color: #DBAC95; }
a { background-color: rgb(219,172,149); }
div.DivClassName
{
background-color: #DBAC95;
}
.BgClassName
{
background-color: #DBAC95;
}
</style>
border-color css
<style>
span { border-color: #DBAC95; }
span { border-color: rgb(219,172,149); }
td.TdClassName
{
border-color: #DBAC95;
}
.TagClassName
{
border-color: #DBAC95;
}
</style>