Shades of Harvest Gold #DFB56F
Tints of Harvest Gold #DFB56F
RGB
CMYK
RGB Variations
Color information
#DFB56F (or 0xDFB56F) is known color: Harvest Gold. HEX triplet: DF, B5 and 6F. RGB value is (223,181,111). Sum of RGB (Red+Green+Blue) = 223+181+111=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB56F is #204A90. Grayscale: #B9B9B9. Windows color (decimal): -2116241 or 7321055. OLE color: 7321055.
HSL color Cylindrical-coordinate representation of color #DFB56F: hue angle of 37.5º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFB56F is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 111 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.13 |
| HSL | 37.5º | 0.64% | 0.65% | - |
| HSV(B) | 37.5º | 0.5% | 0.87% | - |
| XYZ | 49.82 | 49.88 | 22.04 | - |
| YUV | 185.58 | 85.91 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 111 | 0 | 0.19 | 0.50 | 0.13 | 37.5 | 0.64 | 0.65 |
| Hex | DF | B5 | 6F | 0 | 13 | 32 | D | 26 | 40 | 41 |
| Octal | 337 | 265 | 157 | 0 | 23 | 62 | 15 | 46 | 100 | 101 |
| Binary | 11011111 | 10110101 | 1101111 | 0 | 10011 | 110010 | 1101 | 100110 | 1000000 | 1000001 |
Color Harmonies of #DFB56F
Complementary color
Monochromatic Colors of #DFB56F
Black with #DFB56F
Text Example
Text Example
White with #DFB56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB56F; }
p { color: rgb(223,181,111); }
H1.HeaderClassName
{
color: #DFB56F;
}
.AnyTagClassName
{
color: #DFB56F;
}
</style>
background-color css
<style>
a { background-color: #DFB56F; }
a { background-color: rgb(223,181,111); }
div.DivClassName
{
background-color: #DFB56F;
}
.BgClassName
{
background-color: #DFB56F;
}
</style>
border-color css
<style>
span { border-color: #DFB56F; }
span { border-color: rgb(223,181,111); }
td.TdClassName
{
border-color: #DFB56F;
}
.TagClassName
{
border-color: #DFB56F;
}
</style>