Shades of Pale Chestnut #DAA3AF
Tints of Pale Chestnut #DAA3AF
RGB
CMYK
RGB Variations
Color information
#DAA3AF (or 0xDAA3AF) is known color: Pale Chestnut. HEX triplet: DA, A3 and AF. RGB value is (218,163,175). Sum of RGB (Red+Green+Blue) = 218+163+175=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA3AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA3AF is #255C50. Grayscale: #B4B4B4. Windows color (decimal): -2448465 or 11510746. OLE color: 11510746.
HSL color Cylindrical-coordinate representation of color #DAA3AF: hue angle of 346.91º degrees, saturation: 0.43, 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 #DAA3AF is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 163 | 175 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.15 |
| HSL | 346.91º | 0.43% | 0.75% | - |
| HSV(B) | 346.91º | 0.25% | 0.85% | - |
| XYZ | 49.75 | 44.19 | 46.47 | - |
| YUV | 180.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 163 | 175 | 0 | 0.25 | 0.20 | 0.15 | 346.91 | 0.43 | 0.75 |
| Hex | DA | A3 | AF | 0 | 19 | 14 | F | 15B | 2B | 4B |
| Octal | 332 | 243 | 257 | 0 | 31 | 24 | 17 | 533 | 53 | 113 |
| Binary | 11011010 | 10100011 | 10101111 | 0 | 11001 | 10100 | 1111 | 101011011 | 101011 | 1001011 |
Color Harmonies of #DAA3AF
Complementary color
Monochromatic Colors of #DAA3AF
Black with #DAA3AF
Text Example
Text Example
White with #DAA3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA3AF; }
p { color: rgb(218,163,175); }
H1.HeaderClassName
{
color: #DAA3AF;
}
.AnyTagClassName
{
color: #DAA3AF;
}
</style>
background-color css
<style>
a { background-color: #DAA3AF; }
a { background-color: rgb(218,163,175); }
div.DivClassName
{
background-color: #DAA3AF;
}
.BgClassName
{
background-color: #DAA3AF;
}
</style>
border-color css
<style>
span { border-color: #DAA3AF; }
span { border-color: rgb(218,163,175); }
td.TdClassName
{
border-color: #DAA3AF;
}
.TagClassName
{
border-color: #DAA3AF;
}
</style>