Shades of Rose #DDA095
Tints of Rose #DDA095
RGB
CMYK
RGB Variations
Color information
#DDA095 (or 0xDDA095) is known color: Rose. HEX triplet: DD, A0 and 95. RGB value is (221,160,149). Sum of RGB (Red+Green+Blue) = 221+160+149=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA095 is #225F6A. Grayscale: #B1B1B1. Windows color (decimal): -2252651 or 9806045. OLE color: 9806045.
HSL color Cylindrical-coordinate representation of color #DDA095: hue angle of 9.17º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDA095 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 149 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.13 |
| HSL | 9.17º | 0.51% | 0.73% | - |
| HSV(B) | 9.17º | 0.33% | 0.87% | - |
| XYZ | 47.81 | 42.68 | 34.15 | - |
| YUV | 176.99 | 112.21 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 149 | 0 | 0.28 | 0.33 | 0.13 | 9.17 | 0.51 | 0.73 |
| Hex | DD | A0 | 95 | 0 | 1C | 21 | D | 9 | 33 | 49 |
| Octal | 335 | 240 | 225 | 0 | 34 | 41 | 15 | 11 | 63 | 111 |
| Binary | 11011101 | 10100000 | 10010101 | 0 | 11100 | 100001 | 1101 | 1001 | 110011 | 1001001 |
Color Harmonies of #DDA095
Complementary color
Monochromatic Colors of #DDA095
Black with #DDA095
Text Example
Text Example
White with #DDA095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA095; }
p { color: rgb(221,160,149); }
H1.HeaderClassName
{
color: #DDA095;
}
.AnyTagClassName
{
color: #DDA095;
}
</style>
background-color css
<style>
a { background-color: #DDA095; }
a { background-color: rgb(221,160,149); }
div.DivClassName
{
background-color: #DDA095;
}
.BgClassName
{
background-color: #DDA095;
}
</style>
border-color css
<style>
span { border-color: #DDA095; }
span { border-color: rgb(221,160,149); }
td.TdClassName
{
border-color: #DDA095;
}
.TagClassName
{
border-color: #DDA095;
}
</style>