Shades of Rose #DBAA9C
Tints of Rose #DBAA9C
RGB
CMYK
RGB Variations
Color information
#DBAA9C (or 0xDBAA9C) is known color: Rose. HEX triplet: DB, AA and 9C. RGB value is (219,170,156). Sum of RGB (Red+Green+Blue) = 219+170+156=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA9C is #245563. Grayscale: #B7B7B7. Windows color (decimal): -2381156 or 10267355. OLE color: 10267355.
HSL color Cylindrical-coordinate representation of color #DBAA9C: hue angle of 13.33º 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 #DBAA9C is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 156 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.14 |
| HSL | 13.33º | 0.47% | 0.74% | - |
| HSV(B) | 13.33º | 0.29% | 0.86% | - |
| XYZ | 49.59 | 46.21 | 37.76 | - |
| YUV | 183.06 | 112.73 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 156 | 0 | 0.22 | 0.29 | 0.14 | 13.33 | 0.47 | 0.74 |
| Hex | DB | AA | 9C | 0 | 16 | 1D | E | D | 2F | 4A |
| Octal | 333 | 252 | 234 | 0 | 26 | 35 | 16 | 15 | 57 | 112 |
| Binary | 11011011 | 10101010 | 10011100 | 0 | 10110 | 11101 | 1110 | 1101 | 101111 | 1001010 |
Color Harmonies of #DBAA9C
Complementary color
Monochromatic Colors of #DBAA9C
Black with #DBAA9C
Text Example
Text Example
White with #DBAA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA9C; }
p { color: rgb(219,170,156); }
H1.HeaderClassName
{
color: #DBAA9C;
}
.AnyTagClassName
{
color: #DBAA9C;
}
</style>
background-color css
<style>
a { background-color: #DBAA9C; }
a { background-color: rgb(219,170,156); }
div.DivClassName
{
background-color: #DBAA9C;
}
.BgClassName
{
background-color: #DBAA9C;
}
</style>
border-color css
<style>
span { border-color: #DBAA9C; }
span { border-color: rgb(219,170,156); }
td.TdClassName
{
border-color: #DBAA9C;
}
.TagClassName
{
border-color: #DBAA9C;
}
</style>