Shades of Pale Chestnut #DDA5AB
Tints of Pale Chestnut #DDA5AB
RGB
CMYK
RGB Variations
Color information
#DDA5AB (or 0xDDA5AB) is known color: Pale Chestnut. HEX triplet: DD, A5 and AB. RGB value is (221,165,171). Sum of RGB (Red+Green+Blue) = 221+165+171=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA5AB is #225A54. Grayscale: #B6B6B6. Windows color (decimal): -2251349 or 11249117. OLE color: 11249117.
HSL color Cylindrical-coordinate representation of color #DDA5AB: hue angle of 353.57º 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 #DDA5AB is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 171 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.13 |
| HSL | 353.57º | 0.45% | 0.76% | - |
| HSV(B) | 353.57º | 0.25% | 0.87% | - |
| XYZ | 50.62 | 45.22 | 44.59 | - |
| YUV | 182.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 171 | 0 | 0.25 | 0.23 | 0.13 | 353.57 | 0.45 | 0.76 |
| Hex | DD | A5 | AB | 0 | 19 | 17 | D | 162 | 2D | 4C |
| Octal | 335 | 245 | 253 | 0 | 31 | 27 | 15 | 542 | 55 | 114 |
| Binary | 11011101 | 10100101 | 10101011 | 0 | 11001 | 10111 | 1101 | 101100010 | 101101 | 1001100 |
Color Harmonies of #DDA5AB
Complementary color
Monochromatic Colors of #DDA5AB
Black with #DDA5AB
Text Example
Text Example
White with #DDA5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA5AB; }
p { color: rgb(221,165,171); }
H1.HeaderClassName
{
color: #DDA5AB;
}
.AnyTagClassName
{
color: #DDA5AB;
}
</style>
background-color css
<style>
a { background-color: #DDA5AB; }
a { background-color: rgb(221,165,171); }
div.DivClassName
{
background-color: #DDA5AB;
}
.BgClassName
{
background-color: #DDA5AB;
}
</style>
border-color css
<style>
span { border-color: #DDA5AB; }
span { border-color: rgb(221,165,171); }
td.TdClassName
{
border-color: #DDA5AB;
}
.TagClassName
{
border-color: #DDA5AB;
}
</style>