Shades of Harvest Gold #DFB76F
Tints of Harvest Gold #DFB76F
RGB
CMYK
RGB Variations
Color information
#DFB76F (or 0xDFB76F) is known color: Harvest Gold. HEX triplet: DF, B7 and 6F. RGB value is (223,183,111). Sum of RGB (Red+Green+Blue) = 223+183+111=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB76F is #204890. Grayscale: #BBBBBB. Windows color (decimal): -2115729 or 7321567. OLE color: 7321567.
HSL color Cylindrical-coordinate representation of color #DFB76F: hue angle of 38.57º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFB76F is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 111 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.13 |
| HSL | 38.57º | 0.64% | 0.65% | - |
| HSV(B) | 38.57º | 0.5% | 0.87% | - |
| XYZ | 50.23 | 50.7 | 22.18 | - |
| YUV | 186.75 | 85.25 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 111 | 0 | 0.18 | 0.50 | 0.13 | 38.57 | 0.64 | 0.65 |
| Hex | DF | B7 | 6F | 0 | 12 | 32 | D | 27 | 40 | 41 |
| Octal | 337 | 267 | 157 | 0 | 22 | 62 | 15 | 47 | 100 | 101 |
| Binary | 11011111 | 10110111 | 1101111 | 0 | 10010 | 110010 | 1101 | 100111 | 1000000 | 1000001 |
Color Harmonies of #DFB76F
Complementary color
Monochromatic Colors of #DFB76F
Black with #DFB76F
Text Example
Text Example
White with #DFB76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB76F; }
p { color: rgb(223,183,111); }
H1.HeaderClassName
{
color: #DFB76F;
}
.AnyTagClassName
{
color: #DFB76F;
}
</style>
background-color css
<style>
a { background-color: #DFB76F; }
a { background-color: rgb(223,183,111); }
div.DivClassName
{
background-color: #DFB76F;
}
.BgClassName
{
background-color: #DFB76F;
}
</style>
border-color css
<style>
span { border-color: #DFB76F; }
span { border-color: rgb(223,183,111); }
td.TdClassName
{
border-color: #DFB76F;
}
.TagClassName
{
border-color: #DFB76F;
}
</style>