Shades of Pale Chestnut #DAA4A7
Tints of Pale Chestnut #DAA4A7
RGB
CMYK
RGB Variations
Color information
#DAA4A7 (or 0xDAA4A7) is known color: Pale Chestnut. HEX triplet: DA, A4 and A7. RGB value is (218,164,167). Sum of RGB (Red+Green+Blue) = 218+164+167=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 167 (65.62% from 255 or 30.42% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA4A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA4A7 is #255B58. Grayscale: #B4B4B4. Windows color (decimal): -2448217 or 10986714. OLE color: 10986714.
HSL color Cylindrical-coordinate representation of color #DAA4A7: hue angle of 356.67º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAA4A7 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 167 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.15 |
| HSL | 356.67º | 0.42% | 0.75% | - |
| HSV(B) | 356.67º | 0.25% | 0.85% | - |
| XYZ | 49.16 | 44.25 | 42.51 | - |
| YUV | 180.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 167 | 0 | 0.25 | 0.23 | 0.15 | 356.67 | 0.42 | 0.75 |
| Hex | DA | A4 | A7 | 0 | 19 | 17 | F | 165 | 2A | 4B |
| Octal | 332 | 244 | 247 | 0 | 31 | 27 | 17 | 545 | 52 | 113 |
| Binary | 11011010 | 10100100 | 10100111 | 0 | 11001 | 10111 | 1111 | 101100101 | 101010 | 1001011 |
Color Harmonies of #DAA4A7
Complementary color
Monochromatic Colors of #DAA4A7
Black with #DAA4A7
Text Example
Text Example
White with #DAA4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA4A7; }
p { color: rgb(218,164,167); }
H1.HeaderClassName
{
color: #DAA4A7;
}
.AnyTagClassName
{
color: #DAA4A7;
}
</style>
background-color css
<style>
a { background-color: #DAA4A7; }
a { background-color: rgb(218,164,167); }
div.DivClassName
{
background-color: #DAA4A7;
}
.BgClassName
{
background-color: #DAA4A7;
}
</style>
border-color css
<style>
span { border-color: #DAA4A7; }
span { border-color: rgb(218,164,167); }
td.TdClassName
{
border-color: #DAA4A7;
}
.TagClassName
{
border-color: #DAA4A7;
}
</style>