Shades of Rose #DDA090
Tints of Rose #DDA090
RGB
CMYK
RGB Variations
Color information
#DDA090 (or 0xDDA090) is known color: Rose. HEX triplet: DD, A0 and 90. RGB value is (221,160,144). Sum of RGB (Red+Green+Blue) = 221+160+144=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA090 is #225F6F. Grayscale: #B0B0B0. Windows color (decimal): -2252656 or 9478365. OLE color: 9478365.
HSL color Cylindrical-coordinate representation of color #DDA090: hue angle of 12.47º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDA090 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 144 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.13 |
| HSL | 12.47º | 0.53% | 0.72% | - |
| HSV(B) | 12.47º | 0.35% | 0.87% | - |
| XYZ | 47.42 | 42.53 | 32.09 | - |
| YUV | 176.42 | 109.71 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 144 | 0 | 0.28 | 0.35 | 0.13 | 12.47 | 0.53 | 0.72 |
| Hex | DD | A0 | 90 | 0 | 1C | 23 | D | C | 35 | 48 |
| Octal | 335 | 240 | 220 | 0 | 34 | 43 | 15 | 14 | 65 | 110 |
| Binary | 11011101 | 10100000 | 10010000 | 0 | 11100 | 100011 | 1101 | 1100 | 110101 | 1001000 |
Color Harmonies of #DDA090
Complementary color
Monochromatic Colors of #DDA090
Black with #DDA090
Text Example
Text Example
White with #DDA090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA090; }
p { color: rgb(221,160,144); }
H1.HeaderClassName
{
color: #DDA090;
}
.AnyTagClassName
{
color: #DDA090;
}
</style>
background-color css
<style>
a { background-color: #DDA090; }
a { background-color: rgb(221,160,144); }
div.DivClassName
{
background-color: #DDA090;
}
.BgClassName
{
background-color: #DDA090;
}
</style>
border-color css
<style>
span { border-color: #DDA090; }
span { border-color: rgb(221,160,144); }
td.TdClassName
{
border-color: #DDA090;
}
.TagClassName
{
border-color: #DDA090;
}
</style>