Shades of Pale Chestnut #DDA2AD
Tints of Pale Chestnut #DDA2AD
RGB
CMYK
RGB Variations
Color information
#DDA2AD (or 0xDDA2AD) is known color: Pale Chestnut. HEX triplet: DD, A2 and AD. RGB value is (221,162,173). Sum of RGB (Red+Green+Blue) = 221+162+173=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 162 (63.67% from 255 or 29.14% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA2AD is #225D52. Grayscale: #B4B4B4. Windows color (decimal): -2252115 or 11379421. OLE color: 11379421.
HSL color Cylindrical-coordinate representation of color #DDA2AD: hue angle of 348.81º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDA2AD is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 173 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.13 |
| HSL | 348.81º | 0.46% | 0.75% | - |
| HSV(B) | 348.81º | 0.27% | 0.87% | - |
| XYZ | 50.28 | 44.23 | 45.42 | - |
| YUV | 180.9 | 123.55 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 173 | 0 | 0.27 | 0.22 | 0.13 | 348.81 | 0.46 | 0.75 |
| Hex | DD | A2 | AD | 0 | 1B | 16 | D | 15D | 2E | 4B |
| Octal | 335 | 242 | 255 | 0 | 33 | 26 | 15 | 535 | 56 | 113 |
| Binary | 11011101 | 10100010 | 10101101 | 0 | 11011 | 10110 | 1101 | 101011101 | 101110 | 1001011 |
Color Harmonies of #DDA2AD
Complementary color
Monochromatic Colors of #DDA2AD
Black with #DDA2AD
Text Example
Text Example
White with #DDA2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA2AD; }
p { color: rgb(221,162,173); }
H1.HeaderClassName
{
color: #DDA2AD;
}
.AnyTagClassName
{
color: #DDA2AD;
}
</style>
background-color css
<style>
a { background-color: #DDA2AD; }
a { background-color: rgb(221,162,173); }
div.DivClassName
{
background-color: #DDA2AD;
}
.BgClassName
{
background-color: #DDA2AD;
}
</style>
border-color css
<style>
span { border-color: #DDA2AD; }
span { border-color: rgb(221,162,173); }
td.TdClassName
{
border-color: #DDA2AD;
}
.TagClassName
{
border-color: #DDA2AD;
}
</style>