Shades of Rose #DDA49A
Tints of Rose #DDA49A
RGB
CMYK
RGB Variations
Color information
#DDA49A (or 0xDDA49A) is known color: Rose. HEX triplet: DD, A4 and 9A. RGB value is (221,164,154). Sum of RGB (Red+Green+Blue) = 221+164+154=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA49A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA49A is #225B65. Grayscale: #B4B4B4. Windows color (decimal): -2251622 or 10134749. OLE color: 10134749.
HSL color Cylindrical-coordinate representation of color #DDA49A: hue angle of 8.96º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA49A is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 154 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.13 |
| HSL | 8.96º | 0.5% | 0.74% | - |
| HSV(B) | 8.96º | 0.3% | 0.87% | - |
| XYZ | 48.93 | 44.26 | 36.54 | - |
| YUV | 179.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 154 | 0 | 0.26 | 0.30 | 0.13 | 8.96 | 0.5 | 0.74 |
| Hex | DD | A4 | 9A | 0 | 1A | 1E | D | 9 | 32 | 4A |
| Octal | 335 | 244 | 232 | 0 | 32 | 36 | 15 | 11 | 62 | 112 |
| Binary | 11011101 | 10100100 | 10011010 | 0 | 11010 | 11110 | 1101 | 1001 | 110010 | 1001010 |
Color Harmonies of #DDA49A
Complementary color
Monochromatic Colors of #DDA49A
Black with #DDA49A
Text Example
Text Example
White with #DDA49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA49A; }
p { color: rgb(221,164,154); }
H1.HeaderClassName
{
color: #DDA49A;
}
.AnyTagClassName
{
color: #DDA49A;
}
</style>
background-color css
<style>
a { background-color: #DDA49A; }
a { background-color: rgb(221,164,154); }
div.DivClassName
{
background-color: #DDA49A;
}
.BgClassName
{
background-color: #DDA49A;
}
</style>
border-color css
<style>
span { border-color: #DDA49A; }
span { border-color: rgb(221,164,154); }
td.TdClassName
{
border-color: #DDA49A;
}
.TagClassName
{
border-color: #DDA49A;
}
</style>