Shades of Harvest Gold #DEAA6E
Tints of Harvest Gold #DEAA6E
RGB
CMYK
RGB Variations
Color information
#DEAA6E (or 0xDEAA6E) is known color: Harvest Gold. HEX triplet: DE, AA and 6E. RGB value is (222,170,110). Sum of RGB (Red+Green+Blue) = 222+170+110=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAA6E is #215591. Grayscale: #B2B2B2. Windows color (decimal): -2184594 or 7252702. OLE color: 7252702.
HSL color Cylindrical-coordinate representation of color #DEAA6E: hue angle of 32.14º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEAA6E is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 110 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.13 |
| HSL | 32.14º | 0.63% | 0.65% | - |
| HSV(B) | 32.14º | 0.5% | 0.87% | - |
| XYZ | 47.31 | 45.4 | 21.02 | - |
| YUV | 178.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 110 | 0 | 0.23 | 0.50 | 0.13 | 32.14 | 0.63 | 0.65 |
| Hex | DE | AA | 6E | 0 | 17 | 32 | D | 20 | 3F | 41 |
| Octal | 336 | 252 | 156 | 0 | 27 | 62 | 15 | 40 | 77 | 101 |
| Binary | 11011110 | 10101010 | 1101110 | 0 | 10111 | 110010 | 1101 | 100000 | 111111 | 1000001 |
Color Harmonies of #DEAA6E
Complementary color
Monochromatic Colors of #DEAA6E
Black with #DEAA6E
Text Example
Text Example
White with #DEAA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA6E; }
p { color: rgb(222,170,110); }
H1.HeaderClassName
{
color: #DEAA6E;
}
.AnyTagClassName
{
color: #DEAA6E;
}
</style>
background-color css
<style>
a { background-color: #DEAA6E; }
a { background-color: rgb(222,170,110); }
div.DivClassName
{
background-color: #DEAA6E;
}
.BgClassName
{
background-color: #DEAA6E;
}
</style>
border-color css
<style>
span { border-color: #DEAA6E; }
span { border-color: rgb(222,170,110); }
td.TdClassName
{
border-color: #DEAA6E;
}
.TagClassName
{
border-color: #DEAA6E;
}
</style>