Shades of Harvest Gold #DFB76E
Tints of Harvest Gold #DFB76E
RGB
CMYK
RGB Variations
Color information
#DFB76E (or 0xDFB76E) is known color: Harvest Gold. HEX triplet: DF, B7 and 6E. RGB value is (223,183,110). Sum of RGB (Red+Green+Blue) = 223+183+110=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB76E is #204891. Grayscale: #BABABA. Windows color (decimal): -2115730 or 7256031. OLE color: 7256031.
HSL color Cylindrical-coordinate representation of color #DFB76E: hue angle of 38.76º 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 #DFB76E is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 110 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.13 |
| HSL | 38.76º | 0.64% | 0.65% | - |
| HSV(B) | 38.76º | 0.51% | 0.87% | - |
| XYZ | 50.18 | 50.68 | 21.89 | - |
| YUV | 186.64 | 84.75 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 110 | 0 | 0.18 | 0.51 | 0.13 | 38.76 | 0.64 | 0.65 |
| Hex | DF | B7 | 6E | 0 | 12 | 33 | D | 27 | 40 | 41 |
| Octal | 337 | 267 | 156 | 0 | 22 | 63 | 15 | 47 | 100 | 101 |
| Binary | 11011111 | 10110111 | 1101110 | 0 | 10010 | 110011 | 1101 | 100111 | 1000000 | 1000001 |
Color Harmonies of #DFB76E
Complementary color
Monochromatic Colors of #DFB76E
Black with #DFB76E
Text Example
Text Example
White with #DFB76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB76E; }
p { color: rgb(223,183,110); }
H1.HeaderClassName
{
color: #DFB76E;
}
.AnyTagClassName
{
color: #DFB76E;
}
</style>
background-color css
<style>
a { background-color: #DFB76E; }
a { background-color: rgb(223,183,110); }
div.DivClassName
{
background-color: #DFB76E;
}
.BgClassName
{
background-color: #DFB76E;
}
</style>
border-color css
<style>
span { border-color: #DFB76E; }
span { border-color: rgb(223,183,110); }
td.TdClassName
{
border-color: #DFB76E;
}
.TagClassName
{
border-color: #DFB76E;
}
</style>