Shades of Harvest Gold #DFA96D
Tints of Harvest Gold #DFA96D
RGB
CMYK
RGB Variations
Color information
#DFA96D (or 0xDFA96D) is known color: Harvest Gold. HEX triplet: DF, A9 and 6D. RGB value is (223,169,109). Sum of RGB (Red+Green+Blue) = 223+169+109=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA96D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA96D is #205692. Grayscale: #B2B2B2. Windows color (decimal): -2119315 or 7186911. OLE color: 7186911.
HSL color Cylindrical-coordinate representation of color #DFA96D: hue angle of 31.58º 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 #DFA96D is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 109 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.13 |
| HSL | 31.58º | 0.64% | 0.65% | - |
| HSV(B) | 31.58º | 0.51% | 0.87% | - |
| XYZ | 47.38 | 45.17 | 20.69 | - |
| YUV | 178.31 | 88.89 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 109 | 0 | 0.24 | 0.51 | 0.13 | 31.58 | 0.64 | 0.65 |
| Hex | DF | A9 | 6D | 0 | 18 | 33 | D | 20 | 40 | 41 |
| Octal | 337 | 251 | 155 | 0 | 30 | 63 | 15 | 40 | 100 | 101 |
| Binary | 11011111 | 10101001 | 1101101 | 0 | 11000 | 110011 | 1101 | 100000 | 1000000 | 1000001 |
Color Harmonies of #DFA96D
Complementary color
Monochromatic Colors of #DFA96D
Black with #DFA96D
Text Example
Text Example
White with #DFA96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA96D; }
p { color: rgb(223,169,109); }
H1.HeaderClassName
{
color: #DFA96D;
}
.AnyTagClassName
{
color: #DFA96D;
}
</style>
background-color css
<style>
a { background-color: #DFA96D; }
a { background-color: rgb(223,169,109); }
div.DivClassName
{
background-color: #DFA96D;
}
.BgClassName
{
background-color: #DFA96D;
}
</style>
border-color css
<style>
span { border-color: #DFA96D; }
span { border-color: rgb(223,169,109); }
td.TdClassName
{
border-color: #DFA96D;
}
.TagClassName
{
border-color: #DFA96D;
}
</style>