Shades of Rose #DBAC9A
Tints of Rose #DBAC9A
RGB
CMYK
RGB Variations
Color information
#DBAC9A (or 0xDBAC9A) is known color: Rose. HEX triplet: DB, AC and 9A. RGB value is (219,172,154). Sum of RGB (Red+Green+Blue) = 219+172+154=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC9A is #245365. Grayscale: #B8B8B8. Windows color (decimal): -2380646 or 10136795. OLE color: 10136795.
HSL color Cylindrical-coordinate representation of color #DBAC9A: hue angle of 16.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBAC9A is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 154 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.14 |
| HSL | 16.62º | 0.47% | 0.73% | - |
| HSV(B) | 16.62º | 0.3% | 0.86% | - |
| XYZ | 49.8 | 46.9 | 37 | - |
| YUV | 184 | 111.07 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 154 | 0 | 0.21 | 0.30 | 0.14 | 16.62 | 0.47 | 0.73 |
| Hex | DB | AC | 9A | 0 | 15 | 1E | E | 11 | 2F | 49 |
| Octal | 333 | 254 | 232 | 0 | 25 | 36 | 16 | 21 | 57 | 111 |
| Binary | 11011011 | 10101100 | 10011010 | 0 | 10101 | 11110 | 1110 | 10001 | 101111 | 1001001 |
Color Harmonies of #DBAC9A
Complementary color
Monochromatic Colors of #DBAC9A
Black with #DBAC9A
Text Example
Text Example
White with #DBAC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC9A; }
p { color: rgb(219,172,154); }
H1.HeaderClassName
{
color: #DBAC9A;
}
.AnyTagClassName
{
color: #DBAC9A;
}
</style>
background-color css
<style>
a { background-color: #DBAC9A; }
a { background-color: rgb(219,172,154); }
div.DivClassName
{
background-color: #DBAC9A;
}
.BgClassName
{
background-color: #DBAC9A;
}
</style>
border-color css
<style>
span { border-color: #DBAC9A; }
span { border-color: rgb(219,172,154); }
td.TdClassName
{
border-color: #DBAC9A;
}
.TagClassName
{
border-color: #DBAC9A;
}
</style>