Shades of Harvest Gold #DFAB6C
Tints of Harvest Gold #DFAB6C
RGB
CMYK
RGB Variations
Color information
#DFAB6C (or 0xDFAB6C) is known color: Harvest Gold. HEX triplet: DF, AB and 6C. RGB value is (223,171,108). Sum of RGB (Red+Green+Blue) = 223+171+108=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAB6C is #205493. Grayscale: #B3B3B3. Windows color (decimal): -2118804 or 7121887. OLE color: 7121887.
HSL color Cylindrical-coordinate representation of color #DFAB6C: hue angle of 32.87º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFAB6C is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 108 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.13 |
| HSL | 32.87º | 0.64% | 0.65% | - |
| HSV(B) | 32.87º | 0.52% | 0.87% | - |
| XYZ | 47.7 | 45.9 | 20.53 | - |
| YUV | 179.37 | 87.73 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 108 | 0 | 0.23 | 0.52 | 0.13 | 32.87 | 0.64 | 0.65 |
| Hex | DF | AB | 6C | 0 | 17 | 34 | D | 21 | 40 | 41 |
| Octal | 337 | 253 | 154 | 0 | 27 | 64 | 15 | 41 | 100 | 101 |
| Binary | 11011111 | 10101011 | 1101100 | 0 | 10111 | 110100 | 1101 | 100001 | 1000000 | 1000001 |
Color Harmonies of #DFAB6C
Complementary color
Monochromatic Colors of #DFAB6C
Black with #DFAB6C
Text Example
Text Example
White with #DFAB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB6C; }
p { color: rgb(223,171,108); }
H1.HeaderClassName
{
color: #DFAB6C;
}
.AnyTagClassName
{
color: #DFAB6C;
}
</style>
background-color css
<style>
a { background-color: #DFAB6C; }
a { background-color: rgb(223,171,108); }
div.DivClassName
{
background-color: #DFAB6C;
}
.BgClassName
{
background-color: #DFAB6C;
}
</style>
border-color css
<style>
span { border-color: #DFAB6C; }
span { border-color: rgb(223,171,108); }
td.TdClassName
{
border-color: #DFAB6C;
}
.TagClassName
{
border-color: #DFAB6C;
}
</style>