Shades of Pale Chestnut #DAAAB0
Tints of Pale Chestnut #DAAAB0
RGB
CMYK
RGB Variations
Color information
#DAAAB0 (or 0xDAAAB0) is known color: Pale Chestnut. HEX triplet: DA, AA and B0. RGB value is (218,170,176). Sum of RGB (Red+Green+Blue) = 218+170+176=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAAB0 is #25554F. Grayscale: #B9B9B9. Windows color (decimal): -2446672 or 11578074. OLE color: 11578074.
HSL color Cylindrical-coordinate representation of color #DAAAB0: hue angle of 352.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 #DAAAB0 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 176 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.15 |
| HSL | 352.5º | 0.39% | 0.76% | - |
| HSV(B) | 352.5º | 0.22% | 0.85% | - |
| XYZ | 51.12 | 46.79 | 47.41 | - |
| YUV | 185.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 176 | 0 | 0.22 | 0.19 | 0.15 | 352.5 | 0.39 | 0.76 |
| Hex | DA | AA | B0 | 0 | 16 | 13 | F | 160 | 27 | 4C |
| Octal | 332 | 252 | 260 | 0 | 26 | 23 | 17 | 540 | 47 | 114 |
| Binary | 11011010 | 10101010 | 10110000 | 0 | 10110 | 10011 | 1111 | 101100000 | 100111 | 1001100 |
Color Harmonies of #DAAAB0
Complementary color
Monochromatic Colors of #DAAAB0
Black with #DAAAB0
Text Example
Text Example
White with #DAAAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAAB0; }
p { color: rgb(218,170,176); }
H1.HeaderClassName
{
color: #DAAAB0;
}
.AnyTagClassName
{
color: #DAAAB0;
}
</style>
background-color css
<style>
a { background-color: #DAAAB0; }
a { background-color: rgb(218,170,176); }
div.DivClassName
{
background-color: #DAAAB0;
}
.BgClassName
{
background-color: #DAAAB0;
}
</style>
border-color css
<style>
span { border-color: #DAAAB0; }
span { border-color: rgb(218,170,176); }
td.TdClassName
{
border-color: #DAAAB0;
}
.TagClassName
{
border-color: #DAAAB0;
}
</style>