Shades of Pale Chestnut #DAA8AF
Tints of Pale Chestnut #DAA8AF
RGB
CMYK
RGB Variations
Color information
#DAA8AF (or 0xDAA8AF) is known color: Pale Chestnut. HEX triplet: DA, A8 and AF. RGB value is (218,168,175). Sum of RGB (Red+Green+Blue) = 218+168+175=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA8AF is #255750. Grayscale: #B7B7B7. Windows color (decimal): -2447185 or 11512026. OLE color: 11512026.
HSL color Cylindrical-coordinate representation of color #DAA8AF: hue angle of 351.6º 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 #DAA8AF is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 175 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.15 |
| HSL | 351.6º | 0.4% | 0.76% | - |
| HSV(B) | 351.6º | 0.23% | 0.85% | - |
| XYZ | 50.65 | 46.01 | 46.77 | - |
| YUV | 183.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 175 | 0 | 0.23 | 0.20 | 0.15 | 351.6 | 0.4 | 0.76 |
| Hex | DA | A8 | AF | 0 | 17 | 14 | F | 160 | 28 | 4C |
| Octal | 332 | 250 | 257 | 0 | 27 | 24 | 17 | 540 | 50 | 114 |
| Binary | 11011010 | 10101000 | 10101111 | 0 | 10111 | 10100 | 1111 | 101100000 | 101000 | 1001100 |
Color Harmonies of #DAA8AF
Complementary color
Monochromatic Colors of #DAA8AF
Black with #DAA8AF
Text Example
Text Example
White with #DAA8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA8AF; }
p { color: rgb(218,168,175); }
H1.HeaderClassName
{
color: #DAA8AF;
}
.AnyTagClassName
{
color: #DAA8AF;
}
</style>
background-color css
<style>
a { background-color: #DAA8AF; }
a { background-color: rgb(218,168,175); }
div.DivClassName
{
background-color: #DAA8AF;
}
.BgClassName
{
background-color: #DAA8AF;
}
</style>
border-color css
<style>
span { border-color: #DAA8AF; }
span { border-color: rgb(218,168,175); }
td.TdClassName
{
border-color: #DAA8AF;
}
.TagClassName
{
border-color: #DAA8AF;
}
</style>