Shades of Harvest Gold #DEAD6D
Tints of Harvest Gold #DEAD6D
RGB
CMYK
RGB Variations
Color information
#DEAD6D (or 0xDEAD6D) is known color: Harvest Gold. HEX triplet: DE, AD and 6D. RGB value is (222,173,109). Sum of RGB (Red+Green+Blue) = 222+173+109=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAD6D is #215292. Grayscale: #B4B4B4. Windows color (decimal): -2183827 or 7187934. OLE color: 7187934.
HSL color Cylindrical-coordinate representation of color #DEAD6D: hue angle of 33.98º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEAD6D is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 109 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.13 |
| HSL | 33.98º | 0.63% | 0.65% | - |
| HSV(B) | 33.98º | 0.51% | 0.87% | - |
| XYZ | 47.83 | 46.52 | 20.93 | - |
| YUV | 180.36 | 87.73 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 109 | 0 | 0.22 | 0.51 | 0.13 | 33.98 | 0.63 | 0.65 |
| Hex | DE | AD | 6D | 0 | 16 | 33 | D | 22 | 3F | 41 |
| Octal | 336 | 255 | 155 | 0 | 26 | 63 | 15 | 42 | 77 | 101 |
| Binary | 11011110 | 10101101 | 1101101 | 0 | 10110 | 110011 | 1101 | 100010 | 111111 | 1000001 |
Color Harmonies of #DEAD6D
Complementary color
Monochromatic Colors of #DEAD6D
Black with #DEAD6D
Text Example
Text Example
White with #DEAD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAD6D; }
p { color: rgb(222,173,109); }
H1.HeaderClassName
{
color: #DEAD6D;
}
.AnyTagClassName
{
color: #DEAD6D;
}
</style>
background-color css
<style>
a { background-color: #DEAD6D; }
a { background-color: rgb(222,173,109); }
div.DivClassName
{
background-color: #DEAD6D;
}
.BgClassName
{
background-color: #DEAD6D;
}
</style>
border-color css
<style>
span { border-color: #DEAD6D; }
span { border-color: rgb(222,173,109); }
td.TdClassName
{
border-color: #DEAD6D;
}
.TagClassName
{
border-color: #DEAD6D;
}
</style>