Shades of Pale Chestnut #DAA1A8
Tints of Pale Chestnut #DAA1A8
RGB
CMYK
RGB Variations
Color information
#DAA1A8 (or 0xDAA1A8) is known color: Pale Chestnut. HEX triplet: DA, A1 and A8. RGB value is (218,161,168). Sum of RGB (Red+Green+Blue) = 218+161+168=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA1A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA1A8 is #255E57. Grayscale: #B2B2B2. Windows color (decimal): -2448984 or 11051482. OLE color: 11051482.
HSL color Cylindrical-coordinate representation of color #DAA1A8: hue angle of 352.63º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA1A8 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 168 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.15 |
| HSL | 352.63º | 0.44% | 0.74% | - |
| HSV(B) | 352.63º | 0.26% | 0.85% | - |
| XYZ | 48.73 | 43.22 | 42.82 | - |
| YUV | 178.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 168 | 0 | 0.26 | 0.23 | 0.15 | 352.63 | 0.44 | 0.74 |
| Hex | DA | A1 | A8 | 0 | 1A | 17 | F | 161 | 2C | 4A |
| Octal | 332 | 241 | 250 | 0 | 32 | 27 | 17 | 541 | 54 | 112 |
| Binary | 11011010 | 10100001 | 10101000 | 0 | 11010 | 10111 | 1111 | 101100001 | 101100 | 1001010 |
Color Harmonies of #DAA1A8
Complementary color
Monochromatic Colors of #DAA1A8
Black with #DAA1A8
Text Example
Text Example
White with #DAA1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA1A8; }
p { color: rgb(218,161,168); }
H1.HeaderClassName
{
color: #DAA1A8;
}
.AnyTagClassName
{
color: #DAA1A8;
}
</style>
background-color css
<style>
a { background-color: #DAA1A8; }
a { background-color: rgb(218,161,168); }
div.DivClassName
{
background-color: #DAA1A8;
}
.BgClassName
{
background-color: #DAA1A8;
}
</style>
border-color css
<style>
span { border-color: #DAA1A8; }
span { border-color: rgb(218,161,168); }
td.TdClassName
{
border-color: #DAA1A8;
}
.TagClassName
{
border-color: #DAA1A8;
}
</style>