Shades of Pale Chestnut #DDA4AF
Tints of Pale Chestnut #DDA4AF
RGB
CMYK
RGB Variations
Color information
#DDA4AF (or 0xDDA4AF) is known color: Pale Chestnut. HEX triplet: DD, A4 and AF. RGB value is (221,164,175). Sum of RGB (Red+Green+Blue) = 221+164+175=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 164 (64.45% from 255 or 29.29% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA4AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA4AF is #225B50. Grayscale: #B6B6B6. Windows color (decimal): -2251601 or 11511005. OLE color: 11511005.
HSL color Cylindrical-coordinate representation of color #DDA4AF: hue angle of 348.42º 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 #DDA4AF is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 175 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.13 |
| HSL | 348.42º | 0.46% | 0.75% | - |
| HSV(B) | 348.42º | 0.26% | 0.87% | - |
| XYZ | 50.83 | 45.02 | 46.57 | - |
| YUV | 182.3 | 123.88 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 175 | 0 | 0.26 | 0.21 | 0.13 | 348.42 | 0.46 | 0.75 |
| Hex | DD | A4 | AF | 0 | 1A | 15 | D | 15C | 2E | 4B |
| Octal | 335 | 244 | 257 | 0 | 32 | 25 | 15 | 534 | 56 | 113 |
| Binary | 11011101 | 10100100 | 10101111 | 0 | 11010 | 10101 | 1101 | 101011100 | 101110 | 1001011 |
Color Harmonies of #DDA4AF
Complementary color
Monochromatic Colors of #DDA4AF
Black with #DDA4AF
Text Example
Text Example
White with #DDA4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA4AF; }
p { color: rgb(221,164,175); }
H1.HeaderClassName
{
color: #DDA4AF;
}
.AnyTagClassName
{
color: #DDA4AF;
}
</style>
background-color css
<style>
a { background-color: #DDA4AF; }
a { background-color: rgb(221,164,175); }
div.DivClassName
{
background-color: #DDA4AF;
}
.BgClassName
{
background-color: #DDA4AF;
}
</style>
border-color css
<style>
span { border-color: #DDA4AF; }
span { border-color: rgb(221,164,175); }
td.TdClassName
{
border-color: #DDA4AF;
}
.TagClassName
{
border-color: #DDA4AF;
}
</style>