Shades of Harvest Gold #DFB570
Tints of Harvest Gold #DFB570
RGB
CMYK
RGB Variations
Color information
#DFB570 (or 0xDFB570) is known color: Harvest Gold. HEX triplet: DF, B5 and 70. RGB value is (223,181,112). Sum of RGB (Red+Green+Blue) = 223+181+112=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB570 is #204A8F. Grayscale: #BABABA. Windows color (decimal): -2116240 or 7386591. OLE color: 7386591.
HSL color Cylindrical-coordinate representation of color #DFB570: hue angle of 37.3º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFB570 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 112 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.13 |
| HSL | 37.3º | 0.63% | 0.66% | - |
| HSV(B) | 37.3º | 0.5% | 0.87% | - |
| XYZ | 49.88 | 49.91 | 22.33 | - |
| YUV | 185.69 | 86.41 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 112 | 0 | 0.19 | 0.50 | 0.13 | 37.3 | 0.63 | 0.66 |
| Hex | DF | B5 | 70 | 0 | 13 | 32 | D | 25 | 3F | 42 |
| Octal | 337 | 265 | 160 | 0 | 23 | 62 | 15 | 45 | 77 | 102 |
| Binary | 11011111 | 10110101 | 1110000 | 0 | 10011 | 110010 | 1101 | 100101 | 111111 | 1000010 |
Color Harmonies of #DFB570
Complementary color
Monochromatic Colors of #DFB570
Black with #DFB570
Text Example
Text Example
White with #DFB570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB570; }
p { color: rgb(223,181,112); }
H1.HeaderClassName
{
color: #DFB570;
}
.AnyTagClassName
{
color: #DFB570;
}
</style>
background-color css
<style>
a { background-color: #DFB570; }
a { background-color: rgb(223,181,112); }
div.DivClassName
{
background-color: #DFB570;
}
.BgClassName
{
background-color: #DFB570;
}
</style>
border-color css
<style>
span { border-color: #DFB570; }
span { border-color: rgb(223,181,112); }
td.TdClassName
{
border-color: #DFB570;
}
.TagClassName
{
border-color: #DFB570;
}
</style>