Shades of Harvest Gold #DFB36D
Tints of Harvest Gold #DFB36D
RGB
CMYK
RGB Variations
Color information
#DFB36D (or 0xDFB36D) is known color: Harvest Gold. HEX triplet: DF, B3 and 6D. RGB value is (223,179,109). Sum of RGB (Red+Green+Blue) = 223+179+109=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB36D is #204C92. Grayscale: #B8B8B8. Windows color (decimal): -2116755 or 7189471. OLE color: 7189471.
HSL color Cylindrical-coordinate representation of color #DFB36D: hue angle of 36.84º 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 #DFB36D is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 109 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.13 |
| HSL | 36.84º | 0.64% | 0.65% | - |
| HSV(B) | 36.84º | 0.51% | 0.87% | - |
| XYZ | 49.31 | 49.03 | 21.33 | - |
| YUV | 184.18 | 85.58 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 109 | 0 | 0.20 | 0.51 | 0.13 | 36.84 | 0.64 | 0.65 |
| Hex | DF | B3 | 6D | 0 | 14 | 33 | D | 25 | 40 | 41 |
| Octal | 337 | 263 | 155 | 0 | 24 | 63 | 15 | 45 | 100 | 101 |
| Binary | 11011111 | 10110011 | 1101101 | 0 | 10100 | 110011 | 1101 | 100101 | 1000000 | 1000001 |
Color Harmonies of #DFB36D
Complementary color
Monochromatic Colors of #DFB36D
Black with #DFB36D
Text Example
Text Example
White with #DFB36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB36D; }
p { color: rgb(223,179,109); }
H1.HeaderClassName
{
color: #DFB36D;
}
.AnyTagClassName
{
color: #DFB36D;
}
</style>
background-color css
<style>
a { background-color: #DFB36D; }
a { background-color: rgb(223,179,109); }
div.DivClassName
{
background-color: #DFB36D;
}
.BgClassName
{
background-color: #DFB36D;
}
</style>
border-color css
<style>
span { border-color: #DFB36D; }
span { border-color: rgb(223,179,109); }
td.TdClassName
{
border-color: #DFB36D;
}
.TagClassName
{
border-color: #DFB36D;
}
</style>