Shades of Pale Chestnut #DDA4A5
Tints of Pale Chestnut #DDA4A5
RGB
CMYK
RGB Variations
Color information
#DDA4A5 (or 0xDDA4A5) is known color: Pale Chestnut. HEX triplet: DD, A4 and A5. RGB value is (221,164,165). Sum of RGB (Red+Green+Blue) = 221+164+165=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA4A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA4A5 is #225B5A. Grayscale: #B5B5B5. Windows color (decimal): -2251611 or 10855645. OLE color: 10855645.
HSL color Cylindrical-coordinate representation of color #DDA4A5: hue angle of 358.95º 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 #DDA4A5 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 165 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.13 |
| HSL | 358.95º | 0.46% | 0.75% | - |
| HSV(B) | 358.95º | 0.26% | 0.87% | - |
| XYZ | 49.89 | 44.64 | 41.58 | - |
| YUV | 181.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 165 | 0 | 0.26 | 0.25 | 0.13 | 358.95 | 0.46 | 0.75 |
| Hex | DD | A4 | A5 | 0 | 1A | 19 | D | 167 | 2E | 4B |
| Octal | 335 | 244 | 245 | 0 | 32 | 31 | 15 | 547 | 56 | 113 |
| Binary | 11011101 | 10100100 | 10100101 | 0 | 11010 | 11001 | 1101 | 101100111 | 101110 | 1001011 |
Color Harmonies of #DDA4A5
Complementary color
Monochromatic Colors of #DDA4A5
Black with #DDA4A5
Text Example
Text Example
White with #DDA4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA4A5; }
p { color: rgb(221,164,165); }
H1.HeaderClassName
{
color: #DDA4A5;
}
.AnyTagClassName
{
color: #DDA4A5;
}
</style>
background-color css
<style>
a { background-color: #DDA4A5; }
a { background-color: rgb(221,164,165); }
div.DivClassName
{
background-color: #DDA4A5;
}
.BgClassName
{
background-color: #DDA4A5;
}
</style>
border-color css
<style>
span { border-color: #DDA4A5; }
span { border-color: rgb(221,164,165); }
td.TdClassName
{
border-color: #DDA4A5;
}
.TagClassName
{
border-color: #DDA4A5;
}
</style>