Shades of Rose #DDA490
Tints of Rose #DDA490
RGB
CMYK
RGB Variations
Color information
#DDA490 (or 0xDDA490) is known color: Rose. HEX triplet: DD, A4 and 90. RGB value is (221,164,144). Sum of RGB (Red+Green+Blue) = 221+164+144=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA490 is #225B6F. Grayscale: #B2B2B2. Windows color (decimal): -2251632 or 9479389. OLE color: 9479389.
HSL color Cylindrical-coordinate representation of color #DDA490: hue angle of 15.58º 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 #DDA490 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 144 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.13 |
| HSL | 15.58º | 0.53% | 0.72% | - |
| HSV(B) | 15.58º | 0.35% | 0.87% | - |
| XYZ | 48.13 | 43.94 | 32.33 | - |
| YUV | 178.76 | 108.38 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 144 | 0 | 0.26 | 0.35 | 0.13 | 15.58 | 0.53 | 0.72 |
| Hex | DD | A4 | 90 | 0 | 1A | 23 | D | 10 | 35 | 48 |
| Octal | 335 | 244 | 220 | 0 | 32 | 43 | 15 | 20 | 65 | 110 |
| Binary | 11011101 | 10100100 | 10010000 | 0 | 11010 | 100011 | 1101 | 10000 | 110101 | 1001000 |
Color Harmonies of #DDA490
Complementary color
Monochromatic Colors of #DDA490
Black with #DDA490
Text Example
Text Example
White with #DDA490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA490; }
p { color: rgb(221,164,144); }
H1.HeaderClassName
{
color: #DDA490;
}
.AnyTagClassName
{
color: #DDA490;
}
</style>
background-color css
<style>
a { background-color: #DDA490; }
a { background-color: rgb(221,164,144); }
div.DivClassName
{
background-color: #DDA490;
}
.BgClassName
{
background-color: #DDA490;
}
</style>
border-color css
<style>
span { border-color: #DDA490; }
span { border-color: rgb(221,164,144); }
td.TdClassName
{
border-color: #DDA490;
}
.TagClassName
{
border-color: #DDA490;
}
</style>