Shades of Rose #DDA49D
Tints of Rose #DDA49D
RGB
CMYK
RGB Variations
Color information
#DDA49D (or 0xDDA49D) is known color: Rose. HEX triplet: DD, A4 and 9D. RGB value is (221,164,157). Sum of RGB (Red+Green+Blue) = 221+164+157=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA49D is #225B62. Grayscale: #B4B4B4. Windows color (decimal): -2251619 or 10331357. OLE color: 10331357.
HSL color Cylindrical-coordinate representation of color #DDA49D: hue angle of 6.56º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDA49D is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 157 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.13 |
| HSL | 6.56º | 0.48% | 0.74% | - |
| HSV(B) | 6.56º | 0.29% | 0.87% | - |
| XYZ | 49.18 | 44.36 | 37.87 | - |
| YUV | 180.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 157 | 0 | 0.26 | 0.29 | 0.13 | 6.56 | 0.48 | 0.74 |
| Hex | DD | A4 | 9D | 0 | 1A | 1D | D | 7 | 30 | 4A |
| Octal | 335 | 244 | 235 | 0 | 32 | 35 | 15 | 7 | 60 | 112 |
| Binary | 11011101 | 10100100 | 10011101 | 0 | 11010 | 11101 | 1101 | 111 | 110000 | 1001010 |
Color Harmonies of #DDA49D
Complementary color
Monochromatic Colors of #DDA49D
Black with #DDA49D
Text Example
Text Example
White with #DDA49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA49D; }
p { color: rgb(221,164,157); }
H1.HeaderClassName
{
color: #DDA49D;
}
.AnyTagClassName
{
color: #DDA49D;
}
</style>
background-color css
<style>
a { background-color: #DDA49D; }
a { background-color: rgb(221,164,157); }
div.DivClassName
{
background-color: #DDA49D;
}
.BgClassName
{
background-color: #DDA49D;
}
</style>
border-color css
<style>
span { border-color: #DDA49D; }
span { border-color: rgb(221,164,157); }
td.TdClassName
{
border-color: #DDA49D;
}
.TagClassName
{
border-color: #DDA49D;
}
</style>