Shades of Pale Chestnut #DAAAAB
Tints of Pale Chestnut #DAAAAB
RGB
CMYK
RGB Variations
Color information
#DAAAAB (or 0xDAAAAB) is known color: Pale Chestnut. HEX triplet: DA, AA and AB. RGB value is (218,170,171). Sum of RGB (Red+Green+Blue) = 218+170+171=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAAAB is #255554. Grayscale: #B8B8B8. Windows color (decimal): -2446677 or 11250394. OLE color: 11250394.
HSL color Cylindrical-coordinate representation of color #DAAAAB: hue angle of 358.75º 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 #DAAAAB is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 171 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.15 |
| HSL | 358.75º | 0.39% | 0.76% | - |
| HSV(B) | 358.75º | 0.22% | 0.85% | - |
| XYZ | 50.64 | 46.6 | 44.85 | - |
| YUV | 184.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 171 | 0 | 0.22 | 0.22 | 0.15 | 358.75 | 0.39 | 0.76 |
| Hex | DA | AA | AB | 0 | 16 | 16 | F | 167 | 27 | 4C |
| Octal | 332 | 252 | 253 | 0 | 26 | 26 | 17 | 547 | 47 | 114 |
| Binary | 11011010 | 10101010 | 10101011 | 0 | 10110 | 10110 | 1111 | 101100111 | 100111 | 1001100 |
Color Harmonies of #DAAAAB
Complementary color
Monochromatic Colors of #DAAAAB
Black with #DAAAAB
Text Example
Text Example
White with #DAAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAAAB; }
p { color: rgb(218,170,171); }
H1.HeaderClassName
{
color: #DAAAAB;
}
.AnyTagClassName
{
color: #DAAAAB;
}
</style>
background-color css
<style>
a { background-color: #DAAAAB; }
a { background-color: rgb(218,170,171); }
div.DivClassName
{
background-color: #DAAAAB;
}
.BgClassName
{
background-color: #DAAAAB;
}
</style>
border-color css
<style>
span { border-color: #DAAAAB; }
span { border-color: rgb(218,170,171); }
td.TdClassName
{
border-color: #DAAAAB;
}
.TagClassName
{
border-color: #DAAAAB;
}
</style>