Shades of Pale Chestnut #DDA5AF
Tints of Pale Chestnut #DDA5AF
RGB
CMYK
RGB Variations
Color information
#DDA5AF (or 0xDDA5AF) is known color: Pale Chestnut. HEX triplet: DD, A5 and AF. RGB value is (221,165,175). Sum of RGB (Red+Green+Blue) = 221+165+175=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA5AF is #225A50. Grayscale: #B6B6B6. Windows color (decimal): -2251345 or 11511261. OLE color: 11511261.
HSL color Cylindrical-coordinate representation of color #DDA5AF: hue angle of 349.29º 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 #DDA5AF is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 175 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.13 |
| HSL | 349.29º | 0.45% | 0.76% | - |
| HSV(B) | 349.29º | 0.25% | 0.87% | - |
| XYZ | 51.01 | 45.38 | 46.63 | - |
| YUV | 182.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 175 | 0 | 0.25 | 0.21 | 0.13 | 349.29 | 0.45 | 0.76 |
| Hex | DD | A5 | AF | 0 | 19 | 15 | D | 15D | 2D | 4C |
| Octal | 335 | 245 | 257 | 0 | 31 | 25 | 15 | 535 | 55 | 114 |
| Binary | 11011101 | 10100101 | 10101111 | 0 | 11001 | 10101 | 1101 | 101011101 | 101101 | 1001100 |
Color Harmonies of #DDA5AF
Complementary color
Monochromatic Colors of #DDA5AF
Black with #DDA5AF
Text Example
Text Example
White with #DDA5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA5AF; }
p { color: rgb(221,165,175); }
H1.HeaderClassName
{
color: #DDA5AF;
}
.AnyTagClassName
{
color: #DDA5AF;
}
</style>
background-color css
<style>
a { background-color: #DDA5AF; }
a { background-color: rgb(221,165,175); }
div.DivClassName
{
background-color: #DDA5AF;
}
.BgClassName
{
background-color: #DDA5AF;
}
</style>
border-color css
<style>
span { border-color: #DDA5AF; }
span { border-color: rgb(221,165,175); }
td.TdClassName
{
border-color: #DDA5AF;
}
.TagClassName
{
border-color: #DDA5AF;
}
</style>