Shades of Pale Chestnut #DAA7AF
Tints of Pale Chestnut #DAA7AF
RGB
CMYK
RGB Variations
Color information
#DAA7AF (or 0xDAA7AF) is known color: Pale Chestnut. HEX triplet: DA, A7 and AF. RGB value is (218,167,175). Sum of RGB (Red+Green+Blue) = 218+167+175=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 167 (65.62% from 255 or 29.82% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA7AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA7AF is #255850. Grayscale: #B7B7B7. Windows color (decimal): -2447441 or 11511770. OLE color: 11511770.
HSL color Cylindrical-coordinate representation of color #DAA7AF: hue angle of 350.59º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAA7AF is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 175 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.15 |
| HSL | 350.59º | 0.41% | 0.75% | - |
| HSV(B) | 350.59º | 0.23% | 0.85% | - |
| XYZ | 50.47 | 45.64 | 46.71 | - |
| YUV | 183.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 175 | 0 | 0.23 | 0.20 | 0.15 | 350.59 | 0.41 | 0.75 |
| Hex | DA | A7 | AF | 0 | 17 | 14 | F | 15F | 29 | 4B |
| Octal | 332 | 247 | 257 | 0 | 27 | 24 | 17 | 537 | 51 | 113 |
| Binary | 11011010 | 10100111 | 10101111 | 0 | 10111 | 10100 | 1111 | 101011111 | 101001 | 1001011 |
Color Harmonies of #DAA7AF
Complementary color
Monochromatic Colors of #DAA7AF
Black with #DAA7AF
Text Example
Text Example
White with #DAA7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA7AF; }
p { color: rgb(218,167,175); }
H1.HeaderClassName
{
color: #DAA7AF;
}
.AnyTagClassName
{
color: #DAA7AF;
}
</style>
background-color css
<style>
a { background-color: #DAA7AF; }
a { background-color: rgb(218,167,175); }
div.DivClassName
{
background-color: #DAA7AF;
}
.BgClassName
{
background-color: #DAA7AF;
}
</style>
border-color css
<style>
span { border-color: #DAA7AF; }
span { border-color: rgb(218,167,175); }
td.TdClassName
{
border-color: #DAA7AF;
}
.TagClassName
{
border-color: #DAA7AF;
}
</style>