Shades of Harvest Gold #DFAB6D
Tints of Harvest Gold #DFAB6D
RGB
CMYK
RGB Variations
Color information
#DFAB6D (or 0xDFAB6D) is known color: Harvest Gold. HEX triplet: DF, AB and 6D. RGB value is (223,171,109). Sum of RGB (Red+Green+Blue) = 223+171+109=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAB6D is #205492. Grayscale: #B3B3B3. Windows color (decimal): -2118803 or 7187423. OLE color: 7187423.
HSL color Cylindrical-coordinate representation of color #DFAB6D: hue angle of 32.63º 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 #DFAB6D is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 109 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.13 |
| HSL | 32.63º | 0.64% | 0.65% | - |
| HSV(B) | 32.63º | 0.51% | 0.87% | - |
| XYZ | 47.75 | 45.92 | 20.81 | - |
| YUV | 179.48 | 88.23 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 109 | 0 | 0.23 | 0.51 | 0.13 | 32.63 | 0.64 | 0.65 |
| Hex | DF | AB | 6D | 0 | 17 | 33 | D | 21 | 40 | 41 |
| Octal | 337 | 253 | 155 | 0 | 27 | 63 | 15 | 41 | 100 | 101 |
| Binary | 11011111 | 10101011 | 1101101 | 0 | 10111 | 110011 | 1101 | 100001 | 1000000 | 1000001 |
Color Harmonies of #DFAB6D
Complementary color
Monochromatic Colors of #DFAB6D
Black with #DFAB6D
Text Example
Text Example
White with #DFAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB6D; }
p { color: rgb(223,171,109); }
H1.HeaderClassName
{
color: #DFAB6D;
}
.AnyTagClassName
{
color: #DFAB6D;
}
</style>
background-color css
<style>
a { background-color: #DFAB6D; }
a { background-color: rgb(223,171,109); }
div.DivClassName
{
background-color: #DFAB6D;
}
.BgClassName
{
background-color: #DFAB6D;
}
</style>
border-color css
<style>
span { border-color: #DFAB6D; }
span { border-color: rgb(223,171,109); }
td.TdClassName
{
border-color: #DFAB6D;
}
.TagClassName
{
border-color: #DFAB6D;
}
</style>