Shades of Rose #DDA39E
Tints of Rose #DDA39E
RGB
CMYK
RGB Variations
Color information
#DDA39E (or 0xDDA39E) is known color: Rose. HEX triplet: DD, A3 and 9E. RGB value is (221,163,158). Sum of RGB (Red+Green+Blue) = 221+163+158=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA39E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA39E is #225C61. Grayscale: #B3B3B3. Windows color (decimal): -2251874 or 10396637. OLE color: 10396637.
HSL color Cylindrical-coordinate representation of color #DDA39E: hue angle of 4.76º 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 #DDA39E is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 158 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.13 |
| HSL | 4.76º | 0.48% | 0.74% | - |
| HSV(B) | 4.76º | 0.29% | 0.87% | - |
| XYZ | 49.09 | 44.04 | 38.26 | - |
| YUV | 179.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 158 | 0 | 0.26 | 0.29 | 0.13 | 4.76 | 0.48 | 0.74 |
| Hex | DD | A3 | 9E | 0 | 1A | 1D | D | 5 | 30 | 4A |
| Octal | 335 | 243 | 236 | 0 | 32 | 35 | 15 | 5 | 60 | 112 |
| Binary | 11011101 | 10100011 | 10011110 | 0 | 11010 | 11101 | 1101 | 101 | 110000 | 1001010 |
Color Harmonies of #DDA39E
Complementary color
Monochromatic Colors of #DDA39E
Black with #DDA39E
Text Example
Text Example
White with #DDA39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA39E; }
p { color: rgb(221,163,158); }
H1.HeaderClassName
{
color: #DDA39E;
}
.AnyTagClassName
{
color: #DDA39E;
}
</style>
background-color css
<style>
a { background-color: #DDA39E; }
a { background-color: rgb(221,163,158); }
div.DivClassName
{
background-color: #DDA39E;
}
.BgClassName
{
background-color: #DDA39E;
}
</style>
border-color css
<style>
span { border-color: #DDA39E; }
span { border-color: rgb(221,163,158); }
td.TdClassName
{
border-color: #DDA39E;
}
.TagClassName
{
border-color: #DDA39E;
}
</style>