Shades of Harvest Gold #DFB572
Tints of Harvest Gold #DFB572
RGB
CMYK
RGB Variations
Color information
#DFB572 (or 0xDFB572) is known color: Harvest Gold. HEX triplet: DF, B5 and 72. RGB value is (223,181,114). Sum of RGB (Red+Green+Blue) = 223+181+114=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB572 is #204A8D. Grayscale: #BABABA. Windows color (decimal): -2116238 or 7517663. OLE color: 7517663.
HSL color Cylindrical-coordinate representation of color #DFB572: hue angle of 36.88º 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 #DFB572 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 114 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.13 |
| HSL | 36.88º | 0.63% | 0.66% | - |
| HSV(B) | 36.88º | 0.49% | 0.87% | - |
| XYZ | 49.99 | 49.95 | 22.93 | - |
| YUV | 185.92 | 87.41 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 114 | 0 | 0.19 | 0.49 | 0.13 | 36.88 | 0.63 | 0.66 |
| Hex | DF | B5 | 72 | 0 | 13 | 31 | D | 25 | 3F | 42 |
| Octal | 337 | 265 | 162 | 0 | 23 | 61 | 15 | 45 | 77 | 102 |
| Binary | 11011111 | 10110101 | 1110010 | 0 | 10011 | 110001 | 1101 | 100101 | 111111 | 1000010 |
Color Harmonies of #DFB572
Complementary color
Monochromatic Colors of #DFB572
Black with #DFB572
Text Example
Text Example
White with #DFB572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB572; }
p { color: rgb(223,181,114); }
H1.HeaderClassName
{
color: #DFB572;
}
.AnyTagClassName
{
color: #DFB572;
}
</style>
background-color css
<style>
a { background-color: #DFB572; }
a { background-color: rgb(223,181,114); }
div.DivClassName
{
background-color: #DFB572;
}
.BgClassName
{
background-color: #DFB572;
}
</style>
border-color css
<style>
span { border-color: #DFB572; }
span { border-color: rgb(223,181,114); }
td.TdClassName
{
border-color: #DFB572;
}
.TagClassName
{
border-color: #DFB572;
}
</style>