Shades of Harvest Gold #DFB371
Tints of Harvest Gold #DFB371
RGB
CMYK
RGB Variations
Color information
#DFB371 (or 0xDFB371) is known color: Harvest Gold. HEX triplet: DF, B3 and 71. RGB value is (223,179,113). Sum of RGB (Red+Green+Blue) = 223+179+113=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB371 is #204C8E. Grayscale: #B8B8B8. Windows color (decimal): -2116751 or 7451615. OLE color: 7451615.
HSL color Cylindrical-coordinate representation of color #DFB371: hue angle of 36º 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 #DFB371 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 113 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.13 |
| HSL | 36º | 0.63% | 0.66% | - |
| HSV(B) | 36º | 0.49% | 0.87% | - |
| XYZ | 49.53 | 49.12 | 22.49 | - |
| YUV | 184.63 | 87.58 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 113 | 0 | 0.20 | 0.49 | 0.13 | 36 | 0.63 | 0.66 |
| Hex | DF | B3 | 71 | 0 | 14 | 31 | D | 24 | 3F | 42 |
| Octal | 337 | 263 | 161 | 0 | 24 | 61 | 15 | 44 | 77 | 102 |
| Binary | 11011111 | 10110011 | 1110001 | 0 | 10100 | 110001 | 1101 | 100100 | 111111 | 1000010 |
Color Harmonies of #DFB371
Complementary color
Monochromatic Colors of #DFB371
Black with #DFB371
Text Example
Text Example
White with #DFB371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB371; }
p { color: rgb(223,179,113); }
H1.HeaderClassName
{
color: #DFB371;
}
.AnyTagClassName
{
color: #DFB371;
}
</style>
background-color css
<style>
a { background-color: #DFB371; }
a { background-color: rgb(223,179,113); }
div.DivClassName
{
background-color: #DFB371;
}
.BgClassName
{
background-color: #DFB371;
}
</style>
border-color css
<style>
span { border-color: #DFB371; }
span { border-color: rgb(223,179,113); }
td.TdClassName
{
border-color: #DFB371;
}
.TagClassName
{
border-color: #DFB371;
}
</style>