Shades of Harvest Gold #DFB671
Tints of Harvest Gold #DFB671
RGB
CMYK
RGB Variations
Color information
#DFB671 (or 0xDFB671) is known color: Harvest Gold. HEX triplet: DF, B6 and 71. RGB value is (223,182,113). Sum of RGB (Red+Green+Blue) = 223+182+113=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB671 is #20498E. Grayscale: #BABABA. Windows color (decimal): -2115983 or 7452383. OLE color: 7452383.
HSL color Cylindrical-coordinate representation of color #DFB671: hue angle of 37.64º 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 #DFB671 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 113 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.13 |
| HSL | 37.64º | 0.63% | 0.66% | - |
| HSV(B) | 37.64º | 0.49% | 0.87% | - |
| XYZ | 50.14 | 50.34 | 22.7 | - |
| YUV | 186.39 | 86.58 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 113 | 0 | 0.18 | 0.49 | 0.13 | 37.64 | 0.63 | 0.66 |
| Hex | DF | B6 | 71 | 0 | 12 | 31 | D | 26 | 3F | 42 |
| Octal | 337 | 266 | 161 | 0 | 22 | 61 | 15 | 46 | 77 | 102 |
| Binary | 11011111 | 10110110 | 1110001 | 0 | 10010 | 110001 | 1101 | 100110 | 111111 | 1000010 |
Color Harmonies of #DFB671
Complementary color
Monochromatic Colors of #DFB671
Black with #DFB671
Text Example
Text Example
White with #DFB671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB671; }
p { color: rgb(223,182,113); }
H1.HeaderClassName
{
color: #DFB671;
}
.AnyTagClassName
{
color: #DFB671;
}
</style>
background-color css
<style>
a { background-color: #DFB671; }
a { background-color: rgb(223,182,113); }
div.DivClassName
{
background-color: #DFB671;
}
.BgClassName
{
background-color: #DFB671;
}
</style>
border-color css
<style>
span { border-color: #DFB671; }
span { border-color: rgb(223,182,113); }
td.TdClassName
{
border-color: #DFB671;
}
.TagClassName
{
border-color: #DFB671;
}
</style>