Shades of Rose #DBAC9C
Tints of Rose #DBAC9C
RGB
CMYK
RGB Variations
Color information
#DBAC9C (or 0xDBAC9C) is known color: Rose. HEX triplet: DB, AC and 9C. RGB value is (219,172,156). Sum of RGB (Red+Green+Blue) = 219+172+156=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC9C is #245363. Grayscale: #B8B8B8. Windows color (decimal): -2380644 or 10267867. OLE color: 10267867.
HSL color Cylindrical-coordinate representation of color #DBAC9C: hue angle of 15.24º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBAC9C is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 156 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.14 |
| HSL | 15.24º | 0.47% | 0.74% | - |
| HSV(B) | 15.24º | 0.29% | 0.86% | - |
| XYZ | 49.97 | 46.97 | 37.88 | - |
| YUV | 184.23 | 112.07 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 156 | 0 | 0.21 | 0.29 | 0.14 | 15.24 | 0.47 | 0.74 |
| Hex | DB | AC | 9C | 0 | 15 | 1D | E | F | 2F | 4A |
| Octal | 333 | 254 | 234 | 0 | 25 | 35 | 16 | 17 | 57 | 112 |
| Binary | 11011011 | 10101100 | 10011100 | 0 | 10101 | 11101 | 1110 | 1111 | 101111 | 1001010 |
Color Harmonies of #DBAC9C
Complementary color
Monochromatic Colors of #DBAC9C
Black with #DBAC9C
Text Example
Text Example
White with #DBAC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC9C; }
p { color: rgb(219,172,156); }
H1.HeaderClassName
{
color: #DBAC9C;
}
.AnyTagClassName
{
color: #DBAC9C;
}
</style>
background-color css
<style>
a { background-color: #DBAC9C; }
a { background-color: rgb(219,172,156); }
div.DivClassName
{
background-color: #DBAC9C;
}
.BgClassName
{
background-color: #DBAC9C;
}
</style>
border-color css
<style>
span { border-color: #DBAC9C; }
span { border-color: rgb(219,172,156); }
td.TdClassName
{
border-color: #DBAC9C;
}
.TagClassName
{
border-color: #DBAC9C;
}
</style>