Shades of Harvest Gold #DFB473
Tints of Harvest Gold #DFB473
RGB
CMYK
RGB Variations
Color information
#DFB473 (or 0xDFB473) is known color: Harvest Gold. HEX triplet: DF, B4 and 73. RGB value is (223,180,115). Sum of RGB (Red+Green+Blue) = 223+180+115=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 115 (45.31% from 255 or 22.20% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB473 is #204B8C. Grayscale: #B9B9B9. Windows color (decimal): -2116493 or 7582943. OLE color: 7582943.
HSL color Cylindrical-coordinate representation of color #DFB473: hue angle of 36.11º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFB473 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 115 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.13 |
| HSL | 36.11º | 0.63% | 0.66% | - |
| HSV(B) | 36.11º | 0.48% | 0.87% | - |
| XYZ | 49.85 | 49.57 | 23.16 | - |
| YUV | 185.45 | 88.25 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 115 | 0 | 0.19 | 0.48 | 0.13 | 36.11 | 0.63 | 0.66 |
| Hex | DF | B4 | 73 | 0 | 13 | 30 | D | 24 | 3F | 42 |
| Octal | 337 | 264 | 163 | 0 | 23 | 60 | 15 | 44 | 77 | 102 |
| Binary | 11011111 | 10110100 | 1110011 | 0 | 10011 | 110000 | 1101 | 100100 | 111111 | 1000010 |
Color Harmonies of #DFB473
Complementary color
Monochromatic Colors of #DFB473
Black with #DFB473
Text Example
Text Example
White with #DFB473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB473; }
p { color: rgb(223,180,115); }
H1.HeaderClassName
{
color: #DFB473;
}
.AnyTagClassName
{
color: #DFB473;
}
</style>
background-color css
<style>
a { background-color: #DFB473; }
a { background-color: rgb(223,180,115); }
div.DivClassName
{
background-color: #DFB473;
}
.BgClassName
{
background-color: #DFB473;
}
</style>
border-color css
<style>
span { border-color: #DFB473; }
span { border-color: rgb(223,180,115); }
td.TdClassName
{
border-color: #DFB473;
}
.TagClassName
{
border-color: #DFB473;
}
</style>