Shades of Rose #DDA890
Tints of Rose #DDA890
RGB
CMYK
RGB Variations
Color information
#DDA890 (or 0xDDA890) is known color: Rose. HEX triplet: DD, A8 and 90. RGB value is (221,168,144). Sum of RGB (Red+Green+Blue) = 221+168+144=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA890 is #22576F. Grayscale: #B5B5B5. Windows color (decimal): -2250608 or 9480413. OLE color: 9480413.
HSL color Cylindrical-coordinate representation of color #DDA890: hue angle of 18.7º 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 #DDA890 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 144 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.13 |
| HSL | 18.7º | 0.53% | 0.72% | - |
| HSV(B) | 18.7º | 0.35% | 0.87% | - |
| XYZ | 48.86 | 45.39 | 32.57 | - |
| YUV | 181.11 | 107.06 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 144 | 0 | 0.24 | 0.35 | 0.13 | 18.7 | 0.53 | 0.72 |
| Hex | DD | A8 | 90 | 0 | 18 | 23 | D | 13 | 35 | 48 |
| Octal | 335 | 250 | 220 | 0 | 30 | 43 | 15 | 23 | 65 | 110 |
| Binary | 11011101 | 10101000 | 10010000 | 0 | 11000 | 100011 | 1101 | 10011 | 110101 | 1001000 |
Color Harmonies of #DDA890
Complementary color
Monochromatic Colors of #DDA890
Black with #DDA890
Text Example
Text Example
White with #DDA890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA890; }
p { color: rgb(221,168,144); }
H1.HeaderClassName
{
color: #DDA890;
}
.AnyTagClassName
{
color: #DDA890;
}
</style>
background-color css
<style>
a { background-color: #DDA890; }
a { background-color: rgb(221,168,144); }
div.DivClassName
{
background-color: #DDA890;
}
.BgClassName
{
background-color: #DDA890;
}
</style>
border-color css
<style>
span { border-color: #DDA890; }
span { border-color: rgb(221,168,144); }
td.TdClassName
{
border-color: #DDA890;
}
.TagClassName
{
border-color: #DDA890;
}
</style>