Shades of Rose #DBAD99
Tints of Rose #DBAD99
RGB
CMYK
RGB Variations
Color information
#DBAD99 (or 0xDBAD99) is known color: Rose. HEX triplet: DB, AD and 99. RGB value is (219,173,153). Sum of RGB (Red+Green+Blue) = 219+173+153=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD99 is #245266. Grayscale: #B8B8B8. Windows color (decimal): -2380391 or 10071515. OLE color: 10071515.
HSL color Cylindrical-coordinate representation of color #DBAD99: hue angle of 18.18º degrees, saturation: 0.48, 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 #DBAD99 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 153 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.14 |
| HSL | 18.18º | 0.48% | 0.73% | - |
| HSV(B) | 18.18º | 0.3% | 0.86% | - |
| XYZ | 49.91 | 47.25 | 36.63 | - |
| YUV | 184.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 153 | 0 | 0.21 | 0.30 | 0.14 | 18.18 | 0.48 | 0.73 |
| Hex | DB | AD | 99 | 0 | 15 | 1E | E | 12 | 30 | 49 |
| Octal | 333 | 255 | 231 | 0 | 25 | 36 | 16 | 22 | 60 | 111 |
| Binary | 11011011 | 10101101 | 10011001 | 0 | 10101 | 11110 | 1110 | 10010 | 110000 | 1001001 |
Color Harmonies of #DBAD99
Complementary color
Monochromatic Colors of #DBAD99
Black with #DBAD99
Text Example
Text Example
White with #DBAD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD99; }
p { color: rgb(219,173,153); }
H1.HeaderClassName
{
color: #DBAD99;
}
.AnyTagClassName
{
color: #DBAD99;
}
</style>
background-color css
<style>
a { background-color: #DBAD99; }
a { background-color: rgb(219,173,153); }
div.DivClassName
{
background-color: #DBAD99;
}
.BgClassName
{
background-color: #DBAD99;
}
</style>
border-color css
<style>
span { border-color: #DBAD99; }
span { border-color: rgb(219,173,153); }
td.TdClassName
{
border-color: #DBAD99;
}
.TagClassName
{
border-color: #DBAD99;
}
</style>