Shades of Rose #DBAC98
Tints of Rose #DBAC98
RGB
CMYK
RGB Variations
Color information
#DBAC98 (or 0xDBAC98) is known color: Rose. HEX triplet: DB, AC and 98. RGB value is (219,172,152). Sum of RGB (Red+Green+Blue) = 219+172+152=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC98 is #245367. Grayscale: #B7B7B7. Windows color (decimal): -2380648 or 10005723. OLE color: 10005723.
HSL color Cylindrical-coordinate representation of color #DBAC98: hue angle of 17.91º degrees, saturation: 0.48, 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 #DBAC98 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 152 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.14 |
| HSL | 17.91º | 0.48% | 0.73% | - |
| HSV(B) | 17.91º | 0.31% | 0.86% | - |
| XYZ | 49.63 | 46.83 | 36.13 | - |
| YUV | 183.77 | 110.07 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 152 | 0 | 0.21 | 0.31 | 0.14 | 17.91 | 0.48 | 0.73 |
| Hex | DB | AC | 98 | 0 | 15 | 1F | E | 12 | 30 | 49 |
| Octal | 333 | 254 | 230 | 0 | 25 | 37 | 16 | 22 | 60 | 111 |
| Binary | 11011011 | 10101100 | 10011000 | 0 | 10101 | 11111 | 1110 | 10010 | 110000 | 1001001 |
Color Harmonies of #DBAC98
Complementary color
Monochromatic Colors of #DBAC98
Black with #DBAC98
Text Example
Text Example
White with #DBAC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC98; }
p { color: rgb(219,172,152); }
H1.HeaderClassName
{
color: #DBAC98;
}
.AnyTagClassName
{
color: #DBAC98;
}
</style>
background-color css
<style>
a { background-color: #DBAC98; }
a { background-color: rgb(219,172,152); }
div.DivClassName
{
background-color: #DBAC98;
}
.BgClassName
{
background-color: #DBAC98;
}
</style>
border-color css
<style>
span { border-color: #DBAC98; }
span { border-color: rgb(219,172,152); }
td.TdClassName
{
border-color: #DBAC98;
}
.TagClassName
{
border-color: #DBAC98;
}
</style>