Shades of Pale Chestnut #DAA4AF
Tints of Pale Chestnut #DAA4AF
RGB
CMYK
RGB Variations
Color information
#DAA4AF (or 0xDAA4AF) is known color: Pale Chestnut. HEX triplet: DA, A4 and AF. RGB value is (218,164,175). Sum of RGB (Red+Green+Blue) = 218+164+175=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA4AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA4AF is #255B50. Grayscale: #B5B5B5. Windows color (decimal): -2448209 or 11511002. OLE color: 11511002.
HSL color Cylindrical-coordinate representation of color #DAA4AF: hue angle of 347.78º 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 #DAA4AF is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 175 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.15 |
| HSL | 347.78º | 0.42% | 0.75% | - |
| HSV(B) | 347.78º | 0.25% | 0.85% | - |
| XYZ | 49.93 | 44.55 | 46.53 | - |
| YUV | 181.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 175 | 0 | 0.25 | 0.20 | 0.15 | 347.78 | 0.42 | 0.75 |
| Hex | DA | A4 | AF | 0 | 19 | 14 | F | 15C | 2A | 4B |
| Octal | 332 | 244 | 257 | 0 | 31 | 24 | 17 | 534 | 52 | 113 |
| Binary | 11011010 | 10100100 | 10101111 | 0 | 11001 | 10100 | 1111 | 101011100 | 101010 | 1001011 |
Color Harmonies of #DAA4AF
Complementary color
Monochromatic Colors of #DAA4AF
Black with #DAA4AF
Text Example
Text Example
White with #DAA4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA4AF; }
p { color: rgb(218,164,175); }
H1.HeaderClassName
{
color: #DAA4AF;
}
.AnyTagClassName
{
color: #DAA4AF;
}
</style>
background-color css
<style>
a { background-color: #DAA4AF; }
a { background-color: rgb(218,164,175); }
div.DivClassName
{
background-color: #DAA4AF;
}
.BgClassName
{
background-color: #DAA4AF;
}
</style>
border-color css
<style>
span { border-color: #DAA4AF; }
span { border-color: rgb(218,164,175); }
td.TdClassName
{
border-color: #DAA4AF;
}
.TagClassName
{
border-color: #DAA4AF;
}
</style>