Shades of Pale Chestnut #DDA6AD
Tints of Pale Chestnut #DDA6AD
RGB
CMYK
RGB Variations
Color information
#DDA6AD (or 0xDDA6AD) is known color: Pale Chestnut. HEX triplet: DD, A6 and AD. RGB value is (221,166,173). Sum of RGB (Red+Green+Blue) = 221+166+173=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA6AD is #225952. Grayscale: #B7B7B7. Windows color (decimal): -2251091 or 11380445. OLE color: 11380445.
HSL color Cylindrical-coordinate representation of color #DDA6AD: hue angle of 352.36º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA6AD is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 173 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.13 |
| HSL | 352.36º | 0.45% | 0.76% | - |
| HSV(B) | 352.36º | 0.25% | 0.87% | - |
| XYZ | 51 | 45.66 | 45.66 | - |
| YUV | 183.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 173 | 0 | 0.25 | 0.22 | 0.13 | 352.36 | 0.45 | 0.76 |
| Hex | DD | A6 | AD | 0 | 19 | 16 | D | 160 | 2D | 4C |
| Octal | 335 | 246 | 255 | 0 | 31 | 26 | 15 | 540 | 55 | 114 |
| Binary | 11011101 | 10100110 | 10101101 | 0 | 11001 | 10110 | 1101 | 101100000 | 101101 | 1001100 |
Color Harmonies of #DDA6AD
Complementary color
Monochromatic Colors of #DDA6AD
Black with #DDA6AD
Text Example
Text Example
White with #DDA6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA6AD; }
p { color: rgb(221,166,173); }
H1.HeaderClassName
{
color: #DDA6AD;
}
.AnyTagClassName
{
color: #DDA6AD;
}
</style>
background-color css
<style>
a { background-color: #DDA6AD; }
a { background-color: rgb(221,166,173); }
div.DivClassName
{
background-color: #DDA6AD;
}
.BgClassName
{
background-color: #DDA6AD;
}
</style>
border-color css
<style>
span { border-color: #DDA6AD; }
span { border-color: rgb(221,166,173); }
td.TdClassName
{
border-color: #DDA6AD;
}
.TagClassName
{
border-color: #DDA6AD;
}
</style>