Shades of Harvest Gold #DFAA6D
Tints of Harvest Gold #DFAA6D
RGB
CMYK
RGB Variations
Color information
#DFAA6D (or 0xDFAA6D) is known color: Harvest Gold. HEX triplet: DF, AA and 6D. RGB value is (223,170,109). Sum of RGB (Red+Green+Blue) = 223+170+109=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA6D is #205592. Grayscale: #B3B3B3. Windows color (decimal): -2119059 or 7187167. OLE color: 7187167.
HSL color Cylindrical-coordinate representation of color #DFAA6D: hue angle of 32.11º degrees, saturation: 0.64, 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 #DFAA6D is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 109 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.13 |
| HSL | 32.11º | 0.64% | 0.65% | - |
| HSV(B) | 32.11º | 0.51% | 0.87% | - |
| XYZ | 47.57 | 45.54 | 20.75 | - |
| YUV | 178.89 | 88.56 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 109 | 0 | 0.24 | 0.51 | 0.13 | 32.11 | 0.64 | 0.65 |
| Hex | DF | AA | 6D | 0 | 18 | 33 | D | 20 | 40 | 41 |
| Octal | 337 | 252 | 155 | 0 | 30 | 63 | 15 | 40 | 100 | 101 |
| Binary | 11011111 | 10101010 | 1101101 | 0 | 11000 | 110011 | 1101 | 100000 | 1000000 | 1000001 |
Color Harmonies of #DFAA6D
Complementary color
Monochromatic Colors of #DFAA6D
Black with #DFAA6D
Text Example
Text Example
White with #DFAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA6D; }
p { color: rgb(223,170,109); }
H1.HeaderClassName
{
color: #DFAA6D;
}
.AnyTagClassName
{
color: #DFAA6D;
}
</style>
background-color css
<style>
a { background-color: #DFAA6D; }
a { background-color: rgb(223,170,109); }
div.DivClassName
{
background-color: #DFAA6D;
}
.BgClassName
{
background-color: #DFAA6D;
}
</style>
border-color css
<style>
span { border-color: #DFAA6D; }
span { border-color: rgb(223,170,109); }
td.TdClassName
{
border-color: #DFAA6D;
}
.TagClassName
{
border-color: #DFAA6D;
}
</style>