Shades of Harvest Gold #DFB571
Tints of Harvest Gold #DFB571
RGB
CMYK
RGB Variations
Color information
#DFB571 (or 0xDFB571) is known color: Harvest Gold. HEX triplet: DF, B5 and 71. RGB value is (223,181,113). Sum of RGB (Red+Green+Blue) = 223+181+113=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB571 is #204A8E. Grayscale: #BABABA. Windows color (decimal): -2116239 or 7452127. OLE color: 7452127.
HSL color Cylindrical-coordinate representation of color #DFB571: hue angle of 37.09º 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 #DFB571 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 113 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.13 |
| HSL | 37.09º | 0.63% | 0.66% | - |
| HSV(B) | 37.09º | 0.49% | 0.87% | - |
| XYZ | 49.94 | 49.93 | 22.63 | - |
| YUV | 185.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 113 | 0 | 0.19 | 0.49 | 0.13 | 37.09 | 0.63 | 0.66 |
| Hex | DF | B5 | 71 | 0 | 13 | 31 | D | 25 | 3F | 42 |
| Octal | 337 | 265 | 161 | 0 | 23 | 61 | 15 | 45 | 77 | 102 |
| Binary | 11011111 | 10110101 | 1110001 | 0 | 10011 | 110001 | 1101 | 100101 | 111111 | 1000010 |
Color Harmonies of #DFB571
Complementary color
Monochromatic Colors of #DFB571
Black with #DFB571
Text Example
Text Example
White with #DFB571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB571; }
p { color: rgb(223,181,113); }
H1.HeaderClassName
{
color: #DFB571;
}
.AnyTagClassName
{
color: #DFB571;
}
</style>
background-color css
<style>
a { background-color: #DFB571; }
a { background-color: rgb(223,181,113); }
div.DivClassName
{
background-color: #DFB571;
}
.BgClassName
{
background-color: #DFB571;
}
</style>
border-color css
<style>
span { border-color: #DFB571; }
span { border-color: rgb(223,181,113); }
td.TdClassName
{
border-color: #DFB571;
}
.TagClassName
{
border-color: #DFB571;
}
</style>