Shades of Pale Chestnut #DCA4A5
Tints of Pale Chestnut #DCA4A5
RGB
CMYK
RGB Variations
Color information
#DCA4A5 (or 0xDCA4A5) is known color: Pale Chestnut. HEX triplet: DC, A4 and A5. RGB value is (220,164,165). Sum of RGB (Red+Green+Blue) = 220+164+165=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA4A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA4A5 is #235B5A. Grayscale: #B4B4B4. Windows color (decimal): -2317147 or 10855644. OLE color: 10855644.
HSL color Cylindrical-coordinate representation of color #DCA4A5: hue angle of 358.93º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA4A5 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 164 | 165 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.14 |
| HSL | 358.93º | 0.44% | 0.75% | - |
| HSV(B) | 358.93º | 0.25% | 0.86% | - |
| XYZ | 49.58 | 44.48 | 41.57 | - |
| YUV | 180.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 164 | 165 | 0 | 0.25 | 0.25 | 0.14 | 358.93 | 0.44 | 0.75 |
| Hex | DC | A4 | A5 | 0 | 19 | 19 | E | 167 | 2C | 4B |
| Octal | 334 | 244 | 245 | 0 | 31 | 31 | 16 | 547 | 54 | 113 |
| Binary | 11011100 | 10100100 | 10100101 | 0 | 11001 | 11001 | 1110 | 101100111 | 101100 | 1001011 |
Color Harmonies of #DCA4A5
Complementary color
Monochromatic Colors of #DCA4A5
Black with #DCA4A5
Text Example
Text Example
White with #DCA4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA4A5; }
p { color: rgb(220,164,165); }
H1.HeaderClassName
{
color: #DCA4A5;
}
.AnyTagClassName
{
color: #DCA4A5;
}
</style>
background-color css
<style>
a { background-color: #DCA4A5; }
a { background-color: rgb(220,164,165); }
div.DivClassName
{
background-color: #DCA4A5;
}
.BgClassName
{
background-color: #DCA4A5;
}
</style>
border-color css
<style>
span { border-color: #DCA4A5; }
span { border-color: rgb(220,164,165); }
td.TdClassName
{
border-color: #DCA4A5;
}
.TagClassName
{
border-color: #DCA4A5;
}
</style>