Shades of Pale Chestnut #DAA6AB
Tints of Pale Chestnut #DAA6AB
RGB
CMYK
RGB Variations
Color information
#DAA6AB (or 0xDAA6AB) is known color: Pale Chestnut. HEX triplet: DA, A6 and AB. RGB value is (218,166,171). Sum of RGB (Red+Green+Blue) = 218+166+171=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA6AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA6AB is #255954. Grayscale: #B6B6B6. Windows color (decimal): -2447701 or 11249370. OLE color: 11249370.
HSL color Cylindrical-coordinate representation of color #DAA6AB: hue angle of 354.23º degrees, saturation: 0.41, 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 #DAA6AB is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 171 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.15 |
| HSL | 354.23º | 0.41% | 0.75% | - |
| HSV(B) | 354.23º | 0.24% | 0.85% | - |
| XYZ | 49.9 | 45.12 | 44.61 | - |
| YUV | 182.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 171 | 0 | 0.24 | 0.22 | 0.15 | 354.23 | 0.41 | 0.75 |
| Hex | DA | A6 | AB | 0 | 18 | 16 | F | 162 | 29 | 4B |
| Octal | 332 | 246 | 253 | 0 | 30 | 26 | 17 | 542 | 51 | 113 |
| Binary | 11011010 | 10100110 | 10101011 | 0 | 11000 | 10110 | 1111 | 101100010 | 101001 | 1001011 |
Color Harmonies of #DAA6AB
Complementary color
Monochromatic Colors of #DAA6AB
Black with #DAA6AB
Text Example
Text Example
White with #DAA6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA6AB; }
p { color: rgb(218,166,171); }
H1.HeaderClassName
{
color: #DAA6AB;
}
.AnyTagClassName
{
color: #DAA6AB;
}
</style>
background-color css
<style>
a { background-color: #DAA6AB; }
a { background-color: rgb(218,166,171); }
div.DivClassName
{
background-color: #DAA6AB;
}
.BgClassName
{
background-color: #DAA6AB;
}
</style>
border-color css
<style>
span { border-color: #DAA6AB; }
span { border-color: rgb(218,166,171); }
td.TdClassName
{
border-color: #DAA6AB;
}
.TagClassName
{
border-color: #DAA6AB;
}
</style>