Shades of Harvest Gold #DFB672
Tints of Harvest Gold #DFB672
RGB
CMYK
RGB Variations
Color information
#DFB672 (or 0xDFB672) is known color: Harvest Gold. HEX triplet: DF, B6 and 72. RGB value is (223,182,114). Sum of RGB (Red+Green+Blue) = 223+182+114=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB672 is #20498D. Grayscale: #BABABA. Windows color (decimal): -2115982 or 7517919. OLE color: 7517919.
HSL color Cylindrical-coordinate representation of color #DFB672: hue angle of 37.43º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFB672 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 114 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.13 |
| HSL | 37.43º | 0.63% | 0.66% | - |
| HSV(B) | 37.43º | 0.49% | 0.87% | - |
| XYZ | 50.2 | 50.36 | 22.99 | - |
| YUV | 186.51 | 87.08 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 114 | 0 | 0.18 | 0.49 | 0.13 | 37.43 | 0.63 | 0.66 |
| Hex | DF | B6 | 72 | 0 | 12 | 31 | D | 25 | 3F | 42 |
| Octal | 337 | 266 | 162 | 0 | 22 | 61 | 15 | 45 | 77 | 102 |
| Binary | 11011111 | 10110110 | 1110010 | 0 | 10010 | 110001 | 1101 | 100101 | 111111 | 1000010 |
Color Harmonies of #DFB672
Complementary color
Monochromatic Colors of #DFB672
Black with #DFB672
Text Example
Text Example
White with #DFB672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB672; }
p { color: rgb(223,182,114); }
H1.HeaderClassName
{
color: #DFB672;
}
.AnyTagClassName
{
color: #DFB672;
}
</style>
background-color css
<style>
a { background-color: #DFB672; }
a { background-color: rgb(223,182,114); }
div.DivClassName
{
background-color: #DFB672;
}
.BgClassName
{
background-color: #DFB672;
}
</style>
border-color css
<style>
span { border-color: #DFB672; }
span { border-color: rgb(223,182,114); }
td.TdClassName
{
border-color: #DFB672;
}
.TagClassName
{
border-color: #DFB672;
}
</style>