Shades of Pale Chestnut #DDA3AB
Tints of Pale Chestnut #DDA3AB
RGB
CMYK
RGB Variations
Color information
#DDA3AB (or 0xDDA3AB) is known color: Pale Chestnut. HEX triplet: DD, A3 and AB. RGB value is (221,163,171). Sum of RGB (Red+Green+Blue) = 221+163+171=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA3AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA3AB is #225C54. Grayscale: #B5B5B5. Windows color (decimal): -2251861 or 11248605. OLE color: 11248605.
HSL color Cylindrical-coordinate representation of color #DDA3AB: hue angle of 351.72º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDA3AB is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 171 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.13 |
| HSL | 351.72º | 0.46% | 0.75% | - |
| HSV(B) | 351.72º | 0.26% | 0.87% | - |
| XYZ | 50.27 | 44.51 | 44.47 | - |
| YUV | 181.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 171 | 0 | 0.26 | 0.23 | 0.13 | 351.72 | 0.46 | 0.75 |
| Hex | DD | A3 | AB | 0 | 1A | 17 | D | 160 | 2E | 4B |
| Octal | 335 | 243 | 253 | 0 | 32 | 27 | 15 | 540 | 56 | 113 |
| Binary | 11011101 | 10100011 | 10101011 | 0 | 11010 | 10111 | 1101 | 101100000 | 101110 | 1001011 |
Color Harmonies of #DDA3AB
Complementary color
Monochromatic Colors of #DDA3AB
Black with #DDA3AB
Text Example
Text Example
White with #DDA3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA3AB; }
p { color: rgb(221,163,171); }
H1.HeaderClassName
{
color: #DDA3AB;
}
.AnyTagClassName
{
color: #DDA3AB;
}
</style>
background-color css
<style>
a { background-color: #DDA3AB; }
a { background-color: rgb(221,163,171); }
div.DivClassName
{
background-color: #DDA3AB;
}
.BgClassName
{
background-color: #DDA3AB;
}
</style>
border-color css
<style>
span { border-color: #DDA3AB; }
span { border-color: rgb(221,163,171); }
td.TdClassName
{
border-color: #DDA3AB;
}
.TagClassName
{
border-color: #DDA3AB;
}
</style>