Shades of Rose #DDA29D
Tints of Rose #DDA29D
RGB
CMYK
RGB Variations
Color information
#DDA29D (or 0xDDA29D) is known color: Rose. HEX triplet: DD, A2 and 9D. RGB value is (221,162,157). Sum of RGB (Red+Green+Blue) = 221+162+157=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA29D is #225D62. Grayscale: #B3B3B3. Windows color (decimal): -2252131 or 10330845. OLE color: 10330845.
HSL color Cylindrical-coordinate representation of color #DDA29D: hue angle of 4.69º 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 #DDA29D is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 157 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.13 |
| HSL | 4.69º | 0.48% | 0.74% | - |
| HSV(B) | 4.69º | 0.29% | 0.87% | - |
| XYZ | 48.82 | 43.65 | 37.75 | - |
| YUV | 179.07 | 115.55 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 157 | 0 | 0.27 | 0.29 | 0.13 | 4.69 | 0.48 | 0.74 |
| Hex | DD | A2 | 9D | 0 | 1B | 1D | D | 5 | 30 | 4A |
| Octal | 335 | 242 | 235 | 0 | 33 | 35 | 15 | 5 | 60 | 112 |
| Binary | 11011101 | 10100010 | 10011101 | 0 | 11011 | 11101 | 1101 | 101 | 110000 | 1001010 |
Color Harmonies of #DDA29D
Complementary color
Monochromatic Colors of #DDA29D
Black with #DDA29D
Text Example
Text Example
White with #DDA29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA29D; }
p { color: rgb(221,162,157); }
H1.HeaderClassName
{
color: #DDA29D;
}
.AnyTagClassName
{
color: #DDA29D;
}
</style>
background-color css
<style>
a { background-color: #DDA29D; }
a { background-color: rgb(221,162,157); }
div.DivClassName
{
background-color: #DDA29D;
}
.BgClassName
{
background-color: #DDA29D;
}
</style>
border-color css
<style>
span { border-color: #DDA29D; }
span { border-color: rgb(221,162,157); }
td.TdClassName
{
border-color: #DDA29D;
}
.TagClassName
{
border-color: #DDA29D;
}
</style>