Shades of Rose #DDAA9B
Tints of Rose #DDAA9B
RGB
CMYK
RGB Variations
Color information
#DDAA9B (or 0xDDAA9B) is known color: Rose. HEX triplet: DD, AA and 9B. RGB value is (221,170,155). Sum of RGB (Red+Green+Blue) = 221+170+155=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA9B is #225564. Grayscale: #B7B7B7. Windows color (decimal): -2250085 or 10201821. OLE color: 10201821.
HSL color Cylindrical-coordinate representation of color #DDAA9B: hue angle of 13.64º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDAA9B is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 155 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.13 |
| HSL | 13.64º | 0.49% | 0.74% | - |
| HSV(B) | 13.64º | 0.3% | 0.87% | - |
| XYZ | 50.11 | 46.49 | 37.34 | - |
| YUV | 183.54 | 111.9 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 155 | 0 | 0.23 | 0.30 | 0.13 | 13.64 | 0.49 | 0.74 |
| Hex | DD | AA | 9B | 0 | 17 | 1E | D | E | 31 | 4A |
| Octal | 335 | 252 | 233 | 0 | 27 | 36 | 15 | 16 | 61 | 112 |
| Binary | 11011101 | 10101010 | 10011011 | 0 | 10111 | 11110 | 1101 | 1110 | 110001 | 1001010 |
Color Harmonies of #DDAA9B
Complementary color
Monochromatic Colors of #DDAA9B
Black with #DDAA9B
Text Example
Text Example
White with #DDAA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA9B; }
p { color: rgb(221,170,155); }
H1.HeaderClassName
{
color: #DDAA9B;
}
.AnyTagClassName
{
color: #DDAA9B;
}
</style>
background-color css
<style>
a { background-color: #DDAA9B; }
a { background-color: rgb(221,170,155); }
div.DivClassName
{
background-color: #DDAA9B;
}
.BgClassName
{
background-color: #DDAA9B;
}
</style>
border-color css
<style>
span { border-color: #DDAA9B; }
span { border-color: rgb(221,170,155); }
td.TdClassName
{
border-color: #DDAA9B;
}
.TagClassName
{
border-color: #DDAA9B;
}
</style>