Shades of Pale Chestnut #DAA1A4
Tints of Pale Chestnut #DAA1A4
RGB
CMYK
RGB Variations
Color information
#DAA1A4 (or 0xDAA1A4) is known color: Pale Chestnut. HEX triplet: DA, A1 and A4. RGB value is (218,161,164). Sum of RGB (Red+Green+Blue) = 218+161+164=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 161 (63.28% from 255 or 29.65% from 543); Blue value is 164 (64.45% from 255 or 30.20% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA1A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA1A4 is #255E5B. Grayscale: #B2B2B2. Windows color (decimal): -2448988 or 10789338. OLE color: 10789338.
HSL color Cylindrical-coordinate representation of color #DAA1A4: hue angle of 356.84º 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 #DAA1A4 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 164 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.15 |
| HSL | 356.84º | 0.44% | 0.74% | - |
| HSV(B) | 356.84º | 0.26% | 0.85% | - |
| XYZ | 48.36 | 43.08 | 40.89 | - |
| YUV | 178.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 164 | 0 | 0.26 | 0.25 | 0.15 | 356.84 | 0.44 | 0.74 |
| Hex | DA | A1 | A4 | 0 | 1A | 19 | F | 165 | 2C | 4A |
| Octal | 332 | 241 | 244 | 0 | 32 | 31 | 17 | 545 | 54 | 112 |
| Binary | 11011010 | 10100001 | 10100100 | 0 | 11010 | 11001 | 1111 | 101100101 | 101100 | 1001010 |
Color Harmonies of #DAA1A4
Complementary color
Monochromatic Colors of #DAA1A4
Black with #DAA1A4
Text Example
Text Example
White with #DAA1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA1A4; }
p { color: rgb(218,161,164); }
H1.HeaderClassName
{
color: #DAA1A4;
}
.AnyTagClassName
{
color: #DAA1A4;
}
</style>
background-color css
<style>
a { background-color: #DAA1A4; }
a { background-color: rgb(218,161,164); }
div.DivClassName
{
background-color: #DAA1A4;
}
.BgClassName
{
background-color: #DAA1A4;
}
</style>
border-color css
<style>
span { border-color: #DAA1A4; }
span { border-color: rgb(218,161,164); }
td.TdClassName
{
border-color: #DAA1A4;
}
.TagClassName
{
border-color: #DAA1A4;
}
</style>