Shades of Rose #DDAB99
Tints of Rose #DDAB99
RGB
CMYK
RGB Variations
Color information
#DDAB99 (or 0xDDAB99) is known color: Rose. HEX triplet: DD, AB and 99. RGB value is (221,171,153). Sum of RGB (Red+Green+Blue) = 221+171+153=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAB99 is #225466. Grayscale: #B8B8B8. Windows color (decimal): -2249831 or 10071005. OLE color: 10071005.
HSL color Cylindrical-coordinate representation of color #DDAB99: hue angle of 15.88º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDAB99 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 153 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.13 |
| HSL | 15.88º | 0.5% | 0.73% | - |
| HSV(B) | 15.88º | 0.31% | 0.87% | - |
| XYZ | 50.13 | 46.8 | 36.53 | - |
| YUV | 183.9 | 110.57 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 153 | 0 | 0.23 | 0.31 | 0.13 | 15.88 | 0.5 | 0.73 |
| Hex | DD | AB | 99 | 0 | 17 | 1F | D | 10 | 32 | 49 |
| Octal | 335 | 253 | 231 | 0 | 27 | 37 | 15 | 20 | 62 | 111 |
| Binary | 11011101 | 10101011 | 10011001 | 0 | 10111 | 11111 | 1101 | 10000 | 110010 | 1001001 |
Color Harmonies of #DDAB99
Complementary color
Monochromatic Colors of #DDAB99
Black with #DDAB99
Text Example
Text Example
White with #DDAB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB99; }
p { color: rgb(221,171,153); }
H1.HeaderClassName
{
color: #DDAB99;
}
.AnyTagClassName
{
color: #DDAB99;
}
</style>
background-color css
<style>
a { background-color: #DDAB99; }
a { background-color: rgb(221,171,153); }
div.DivClassName
{
background-color: #DDAB99;
}
.BgClassName
{
background-color: #DDAB99;
}
</style>
border-color css
<style>
span { border-color: #DDAB99; }
span { border-color: rgb(221,171,153); }
td.TdClassName
{
border-color: #DDAB99;
}
.TagClassName
{
border-color: #DDAB99;
}
</style>