Shades of Pale Chestnut #DAA8AC
Tints of Pale Chestnut #DAA8AC
RGB
CMYK
RGB Variations
Color information
#DAA8AC (or 0xDAA8AC) is known color: Pale Chestnut. HEX triplet: DA, A8 and AC. RGB value is (218,168,172). Sum of RGB (Red+Green+Blue) = 218+168+172=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA8AC is #255753. Grayscale: #B7B7B7. Windows color (decimal): -2447188 or 11315418. OLE color: 11315418.
HSL color Cylindrical-coordinate representation of color #DAA8AC: hue angle of 355.2º 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 #DAA8AC is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 172 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.15 |
| HSL | 355.2º | 0.4% | 0.76% | - |
| HSV(B) | 355.2º | 0.23% | 0.85% | - |
| XYZ | 50.36 | 45.89 | 45.23 | - |
| YUV | 183.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 172 | 0 | 0.23 | 0.21 | 0.15 | 355.2 | 0.4 | 0.76 |
| Hex | DA | A8 | AC | 0 | 17 | 15 | F | 163 | 28 | 4C |
| Octal | 332 | 250 | 254 | 0 | 27 | 25 | 17 | 543 | 50 | 114 |
| Binary | 11011010 | 10101000 | 10101100 | 0 | 10111 | 10101 | 1111 | 101100011 | 101000 | 1001100 |
Color Harmonies of #DAA8AC
Complementary color
Monochromatic Colors of #DAA8AC
Black with #DAA8AC
Text Example
Text Example
White with #DAA8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA8AC; }
p { color: rgb(218,168,172); }
H1.HeaderClassName
{
color: #DAA8AC;
}
.AnyTagClassName
{
color: #DAA8AC;
}
</style>
background-color css
<style>
a { background-color: #DAA8AC; }
a { background-color: rgb(218,168,172); }
div.DivClassName
{
background-color: #DAA8AC;
}
.BgClassName
{
background-color: #DAA8AC;
}
</style>
border-color css
<style>
span { border-color: #DAA8AC; }
span { border-color: rgb(218,168,172); }
td.TdClassName
{
border-color: #DAA8AC;
}
.TagClassName
{
border-color: #DAA8AC;
}
</style>