Shades of Pale Chestnut #DAA5AD
Tints of Pale Chestnut #DAA5AD
RGB
CMYK
RGB Variations
Color information
#DAA5AD (or 0xDAA5AD) is known color: Pale Chestnut. HEX triplet: DA, A5 and AD. RGB value is (218,165,173). Sum of RGB (Red+Green+Blue) = 218+165+173=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA5AD is #255A52. Grayscale: #B5B5B5. Windows color (decimal): -2447955 or 11380186. OLE color: 11380186.
HSL color Cylindrical-coordinate representation of color #DAA5AD: hue angle of 350.94º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAA5AD is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 173 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.15 |
| HSL | 350.94º | 0.42% | 0.75% | - |
| HSV(B) | 350.94º | 0.24% | 0.85% | - |
| XYZ | 49.91 | 44.83 | 45.56 | - |
| YUV | 181.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 173 | 0 | 0.24 | 0.21 | 0.15 | 350.94 | 0.42 | 0.75 |
| Hex | DA | A5 | AD | 0 | 18 | 15 | F | 15F | 2A | 4B |
| Octal | 332 | 245 | 255 | 0 | 30 | 25 | 17 | 537 | 52 | 113 |
| Binary | 11011010 | 10100101 | 10101101 | 0 | 11000 | 10101 | 1111 | 101011111 | 101010 | 1001011 |
Color Harmonies of #DAA5AD
Complementary color
Monochromatic Colors of #DAA5AD
Black with #DAA5AD
Text Example
Text Example
White with #DAA5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA5AD; }
p { color: rgb(218,165,173); }
H1.HeaderClassName
{
color: #DAA5AD;
}
.AnyTagClassName
{
color: #DAA5AD;
}
</style>
background-color css
<style>
a { background-color: #DAA5AD; }
a { background-color: rgb(218,165,173); }
div.DivClassName
{
background-color: #DAA5AD;
}
.BgClassName
{
background-color: #DAA5AD;
}
</style>
border-color css
<style>
span { border-color: #DAA5AD; }
span { border-color: rgb(218,165,173); }
td.TdClassName
{
border-color: #DAA5AD;
}
.TagClassName
{
border-color: #DAA5AD;
}
</style>