Shades of Rose #DDA991
Tints of Rose #DDA991
RGB
CMYK
RGB Variations
Color information
#DDA991 (or 0xDDA991) is known color: Rose. HEX triplet: DD, A9 and 91. RGB value is (221,169,145). Sum of RGB (Red+Green+Blue) = 221+169+145=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 145 (57.03% from 255 or 27.10% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA991 is #22566E. Grayscale: #B5B5B5. Windows color (decimal): -2250351 or 9546205. OLE color: 9546205.
HSL color Cylindrical-coordinate representation of color #DDA991: hue angle of 18.95º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDA991 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 145 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.13 |
| HSL | 18.95º | 0.53% | 0.72% | - |
| HSV(B) | 18.95º | 0.34% | 0.87% | - |
| XYZ | 49.12 | 45.79 | 33.04 | - |
| YUV | 181.81 | 107.23 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 145 | 0 | 0.24 | 0.34 | 0.13 | 18.95 | 0.53 | 0.72 |
| Hex | DD | A9 | 91 | 0 | 18 | 22 | D | 13 | 35 | 48 |
| Octal | 335 | 251 | 221 | 0 | 30 | 42 | 15 | 23 | 65 | 110 |
| Binary | 11011101 | 10101001 | 10010001 | 0 | 11000 | 100010 | 1101 | 10011 | 110101 | 1001000 |
Color Harmonies of #DDA991
Complementary color
Monochromatic Colors of #DDA991
Black with #DDA991
Text Example
Text Example
White with #DDA991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA991; }
p { color: rgb(221,169,145); }
H1.HeaderClassName
{
color: #DDA991;
}
.AnyTagClassName
{
color: #DDA991;
}
</style>
background-color css
<style>
a { background-color: #DDA991; }
a { background-color: rgb(221,169,145); }
div.DivClassName
{
background-color: #DDA991;
}
.BgClassName
{
background-color: #DDA991;
}
</style>
border-color css
<style>
span { border-color: #DDA991; }
span { border-color: rgb(221,169,145); }
td.TdClassName
{
border-color: #DDA991;
}
.TagClassName
{
border-color: #DDA991;
}
</style>