Shades of Pale Chestnut #DDACB0
Tints of Pale Chestnut #DDACB0
RGB
CMYK
RGB Variations
Color information
#DDACB0 (or 0xDDACB0) is known color: Pale Chestnut. HEX triplet: DD, AC and B0. RGB value is (221,172,176). Sum of RGB (Red+Green+Blue) = 221+172+176=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDACB0 is #22534F. Grayscale: #BBBBBB. Windows color (decimal): -2249552 or 11578589. OLE color: 11578589.
HSL color Cylindrical-coordinate representation of color #DDACB0: hue angle of 355.1º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDACB0 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 176 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.13 |
| HSL | 355.1º | 0.42% | 0.77% | - |
| HSV(B) | 355.1º | 0.22% | 0.87% | - |
| XYZ | 52.41 | 48.01 | 47.58 | - |
| YUV | 187.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 176 | 0 | 0.22 | 0.20 | 0.13 | 355.1 | 0.42 | 0.77 |
| Hex | DD | AC | B0 | 0 | 16 | 14 | D | 163 | 2A | 4D |
| Octal | 335 | 254 | 260 | 0 | 26 | 24 | 15 | 543 | 52 | 115 |
| Binary | 11011101 | 10101100 | 10110000 | 0 | 10110 | 10100 | 1101 | 101100011 | 101010 | 1001101 |
Color Harmonies of #DDACB0
Complementary color
Monochromatic Colors of #DDACB0
Black with #DDACB0
Text Example
Text Example
White with #DDACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACB0; }
p { color: rgb(221,172,176); }
H1.HeaderClassName
{
color: #DDACB0;
}
.AnyTagClassName
{
color: #DDACB0;
}
</style>
background-color css
<style>
a { background-color: #DDACB0; }
a { background-color: rgb(221,172,176); }
div.DivClassName
{
background-color: #DDACB0;
}
.BgClassName
{
background-color: #DDACB0;
}
</style>
border-color css
<style>
span { border-color: #DDACB0; }
span { border-color: rgb(221,172,176); }
td.TdClassName
{
border-color: #DDACB0;
}
.TagClassName
{
border-color: #DDACB0;
}
</style>