Shades of Pale Chestnut #DAAAAC
Tints of Pale Chestnut #DAAAAC
RGB
CMYK
RGB Variations
Color information
#DAAAAC (or 0xDAAAAC) is known color: Pale Chestnut. HEX triplet: DA, AA and AC. RGB value is (218,170,172). Sum of RGB (Red+Green+Blue) = 218+170+172=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAAAC is #255553. Grayscale: #B8B8B8. Windows color (decimal): -2446676 or 11315930. OLE color: 11315930.
HSL color Cylindrical-coordinate representation of color #DAAAAC: hue angle of 357.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAAAAC is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 172 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.15 |
| HSL | 357.5º | 0.39% | 0.76% | - |
| HSV(B) | 357.5º | 0.22% | 0.85% | - |
| XYZ | 50.73 | 46.63 | 45.36 | - |
| YUV | 184.58 | 120.9 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 172 | 0 | 0.22 | 0.21 | 0.15 | 357.5 | 0.39 | 0.76 |
| Hex | DA | AA | AC | 0 | 16 | 15 | F | 166 | 27 | 4C |
| Octal | 332 | 252 | 254 | 0 | 26 | 25 | 17 | 546 | 47 | 114 |
| Binary | 11011010 | 10101010 | 10101100 | 0 | 10110 | 10101 | 1111 | 101100110 | 100111 | 1001100 |
Color Harmonies of #DAAAAC
Complementary color
Monochromatic Colors of #DAAAAC
Black with #DAAAAC
Text Example
Text Example
White with #DAAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAAAC; }
p { color: rgb(218,170,172); }
H1.HeaderClassName
{
color: #DAAAAC;
}
.AnyTagClassName
{
color: #DAAAAC;
}
</style>
background-color css
<style>
a { background-color: #DAAAAC; }
a { background-color: rgb(218,170,172); }
div.DivClassName
{
background-color: #DAAAAC;
}
.BgClassName
{
background-color: #DAAAAC;
}
</style>
border-color css
<style>
span { border-color: #DAAAAC; }
span { border-color: rgb(218,170,172); }
td.TdClassName
{
border-color: #DAAAAC;
}
.TagClassName
{
border-color: #DAAAAC;
}
</style>