Shades of Rose #DDA190
Tints of Rose #DDA190
RGB
CMYK
RGB Variations
Color information
#DDA190 (or 0xDDA190) is known color: Rose. HEX triplet: DD, A1 and 90. RGB value is (221,161,144). Sum of RGB (Red+Green+Blue) = 221+161+144=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA190 is #225E6F. Grayscale: #B1B1B1. Windows color (decimal): -2252400 or 9478621. OLE color: 9478621.
HSL color Cylindrical-coordinate representation of color #DDA190: hue angle of 13.25º 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 #DDA190 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 144 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.13 |
| HSL | 13.25º | 0.53% | 0.72% | - |
| HSV(B) | 13.25º | 0.35% | 0.87% | - |
| XYZ | 47.6 | 42.88 | 32.15 | - |
| YUV | 177 | 109.38 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 144 | 0 | 0.27 | 0.35 | 0.13 | 13.25 | 0.53 | 0.72 |
| Hex | DD | A1 | 90 | 0 | 1B | 23 | D | D | 35 | 48 |
| Octal | 335 | 241 | 220 | 0 | 33 | 43 | 15 | 15 | 65 | 110 |
| Binary | 11011101 | 10100001 | 10010000 | 0 | 11011 | 100011 | 1101 | 1101 | 110101 | 1001000 |
Color Harmonies of #DDA190
Complementary color
Monochromatic Colors of #DDA190
Black with #DDA190
Text Example
Text Example
White with #DDA190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA190; }
p { color: rgb(221,161,144); }
H1.HeaderClassName
{
color: #DDA190;
}
.AnyTagClassName
{
color: #DDA190;
}
</style>
background-color css
<style>
a { background-color: #DDA190; }
a { background-color: rgb(221,161,144); }
div.DivClassName
{
background-color: #DDA190;
}
.BgClassName
{
background-color: #DDA190;
}
</style>
border-color css
<style>
span { border-color: #DDA190; }
span { border-color: rgb(221,161,144); }
td.TdClassName
{
border-color: #DDA190;
}
.TagClassName
{
border-color: #DDA190;
}
</style>