Shades of Pale Chestnut #DAA9AD
Tints of Pale Chestnut #DAA9AD
RGB
CMYK
RGB Variations
Color information
#DAA9AD (or 0xDAA9AD) is known color: Pale Chestnut. HEX triplet: DA, A9 and AD. RGB value is (218,169,173). Sum of RGB (Red+Green+Blue) = 218+169+173=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA9AD is #255652. Grayscale: #B8B8B8. Windows color (decimal): -2446931 or 11381210. OLE color: 11381210.
HSL color Cylindrical-coordinate representation of color #DAA9AD: hue angle of 355.1º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAA9AD is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 173 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.15 |
| HSL | 355.1º | 0.4% | 0.76% | - |
| HSV(B) | 355.1º | 0.22% | 0.85% | - |
| XYZ | 50.64 | 46.3 | 45.8 | - |
| YUV | 184.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 173 | 0 | 0.22 | 0.21 | 0.15 | 355.1 | 0.4 | 0.76 |
| Hex | DA | A9 | AD | 0 | 16 | 15 | F | 163 | 28 | 4C |
| Octal | 332 | 251 | 255 | 0 | 26 | 25 | 17 | 543 | 50 | 114 |
| Binary | 11011010 | 10101001 | 10101101 | 0 | 10110 | 10101 | 1111 | 101100011 | 101000 | 1001100 |
Color Harmonies of #DAA9AD
Complementary color
Monochromatic Colors of #DAA9AD
Black with #DAA9AD
Text Example
Text Example
White with #DAA9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA9AD; }
p { color: rgb(218,169,173); }
H1.HeaderClassName
{
color: #DAA9AD;
}
.AnyTagClassName
{
color: #DAA9AD;
}
</style>
background-color css
<style>
a { background-color: #DAA9AD; }
a { background-color: rgb(218,169,173); }
div.DivClassName
{
background-color: #DAA9AD;
}
.BgClassName
{
background-color: #DAA9AD;
}
</style>
border-color css
<style>
span { border-color: #DAA9AD; }
span { border-color: rgb(218,169,173); }
td.TdClassName
{
border-color: #DAA9AD;
}
.TagClassName
{
border-color: #DAA9AD;
}
</style>