Shades of Pale Chestnut #DDA3AF
Tints of Pale Chestnut #DDA3AF
RGB
CMYK
RGB Variations
Color information
#DDA3AF (or 0xDDA3AF) is known color: Pale Chestnut. HEX triplet: DD, A3 and AF. RGB value is (221,163,175). Sum of RGB (Red+Green+Blue) = 221+163+175=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 163 (64.06% from 255 or 29.16% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA3AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA3AF is #225C50. Grayscale: #B5B5B5. Windows color (decimal): -2251857 or 11510749. OLE color: 11510749.
HSL color Cylindrical-coordinate representation of color #DDA3AF: hue angle of 347.59º 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 #DDA3AF is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 175 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.13 |
| HSL | 347.59º | 0.46% | 0.75% | - |
| HSV(B) | 347.59º | 0.26% | 0.87% | - |
| XYZ | 50.65 | 44.66 | 46.51 | - |
| YUV | 181.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 175 | 0 | 0.26 | 0.21 | 0.13 | 347.59 | 0.46 | 0.75 |
| Hex | DD | A3 | AF | 0 | 1A | 15 | D | 15C | 2E | 4B |
| Octal | 335 | 243 | 257 | 0 | 32 | 25 | 15 | 534 | 56 | 113 |
| Binary | 11011101 | 10100011 | 10101111 | 0 | 11010 | 10101 | 1101 | 101011100 | 101110 | 1001011 |
Color Harmonies of #DDA3AF
Complementary color
Monochromatic Colors of #DDA3AF
Black with #DDA3AF
Text Example
Text Example
White with #DDA3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA3AF; }
p { color: rgb(221,163,175); }
H1.HeaderClassName
{
color: #DDA3AF;
}
.AnyTagClassName
{
color: #DDA3AF;
}
</style>
background-color css
<style>
a { background-color: #DDA3AF; }
a { background-color: rgb(221,163,175); }
div.DivClassName
{
background-color: #DDA3AF;
}
.BgClassName
{
background-color: #DDA3AF;
}
</style>
border-color css
<style>
span { border-color: #DDA3AF; }
span { border-color: rgb(221,163,175); }
td.TdClassName
{
border-color: #DDA3AF;
}
.TagClassName
{
border-color: #DDA3AF;
}
</style>