Shades of Harvest Gold #DFB56D
Tints of Harvest Gold #DFB56D
RGB
CMYK
RGB Variations
Color information
#DFB56D (or 0xDFB56D) is known color: Harvest Gold. HEX triplet: DF, B5 and 6D. RGB value is (223,181,109). Sum of RGB (Red+Green+Blue) = 223+181+109=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB56D is #204A92. Grayscale: #B9B9B9. Windows color (decimal): -2116243 or 7189983. OLE color: 7189983.
HSL color Cylindrical-coordinate representation of color #DFB56D: hue angle of 37.89º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFB56D is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 109 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.13 |
| HSL | 37.89º | 0.64% | 0.65% | - |
| HSV(B) | 37.89º | 0.51% | 0.87% | - |
| XYZ | 49.72 | 49.84 | 21.47 | - |
| YUV | 185.35 | 84.91 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 109 | 0 | 0.19 | 0.51 | 0.13 | 37.89 | 0.64 | 0.65 |
| Hex | DF | B5 | 6D | 0 | 13 | 33 | D | 26 | 40 | 41 |
| Octal | 337 | 265 | 155 | 0 | 23 | 63 | 15 | 46 | 100 | 101 |
| Binary | 11011111 | 10110101 | 1101101 | 0 | 10011 | 110011 | 1101 | 100110 | 1000000 | 1000001 |
Color Harmonies of #DFB56D
Complementary color
Monochromatic Colors of #DFB56D
Black with #DFB56D
Text Example
Text Example
White with #DFB56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB56D; }
p { color: rgb(223,181,109); }
H1.HeaderClassName
{
color: #DFB56D;
}
.AnyTagClassName
{
color: #DFB56D;
}
</style>
background-color css
<style>
a { background-color: #DFB56D; }
a { background-color: rgb(223,181,109); }
div.DivClassName
{
background-color: #DFB56D;
}
.BgClassName
{
background-color: #DFB56D;
}
</style>
border-color css
<style>
span { border-color: #DFB56D; }
span { border-color: rgb(223,181,109); }
td.TdClassName
{
border-color: #DFB56D;
}
.TagClassName
{
border-color: #DFB56D;
}
</style>