Shades of Pale Chestnut #DAA8AD
Tints of Pale Chestnut #DAA8AD
RGB
CMYK
RGB Variations
Color information
#DAA8AD (or 0xDAA8AD) is known color: Pale Chestnut. HEX triplet: DA, A8 and AD. RGB value is (218,168,173). Sum of RGB (Red+Green+Blue) = 218+168+173=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA8AD is #255752. Grayscale: #B7B7B7. Windows color (decimal): -2447187 or 11380954. OLE color: 11380954.
HSL color Cylindrical-coordinate representation of color #DAA8AD: hue angle of 354º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAA8AD is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 173 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.15 |
| HSL | 354º | 0.4% | 0.76% | - |
| HSV(B) | 354º | 0.23% | 0.85% | - |
| XYZ | 50.46 | 45.93 | 45.74 | - |
| YUV | 183.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 173 | 0 | 0.23 | 0.21 | 0.15 | 354 | 0.4 | 0.76 |
| Hex | DA | A8 | AD | 0 | 17 | 15 | F | 162 | 28 | 4C |
| Octal | 332 | 250 | 255 | 0 | 27 | 25 | 17 | 542 | 50 | 114 |
| Binary | 11011010 | 10101000 | 10101101 | 0 | 10111 | 10101 | 1111 | 101100010 | 101000 | 1001100 |
Color Harmonies of #DAA8AD
Complementary color
Monochromatic Colors of #DAA8AD
Black with #DAA8AD
Text Example
Text Example
White with #DAA8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA8AD; }
p { color: rgb(218,168,173); }
H1.HeaderClassName
{
color: #DAA8AD;
}
.AnyTagClassName
{
color: #DAA8AD;
}
</style>
background-color css
<style>
a { background-color: #DAA8AD; }
a { background-color: rgb(218,168,173); }
div.DivClassName
{
background-color: #DAA8AD;
}
.BgClassName
{
background-color: #DAA8AD;
}
</style>
border-color css
<style>
span { border-color: #DAA8AD; }
span { border-color: rgb(218,168,173); }
td.TdClassName
{
border-color: #DAA8AD;
}
.TagClassName
{
border-color: #DAA8AD;
}
</style>