Shades of Harvest Gold #DFB770
Tints of Harvest Gold #DFB770
RGB
CMYK
RGB Variations
Color information
#DFB770 (or 0xDFB770) is known color: Harvest Gold. HEX triplet: DF, B7 and 70. RGB value is (223,183,112). Sum of RGB (Red+Green+Blue) = 223+183+112=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB770 is #20488F. Grayscale: #BBBBBB. Windows color (decimal): -2115728 or 7387103. OLE color: 7387103.
HSL color Cylindrical-coordinate representation of color #DFB770: hue angle of 38.38º 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 #DFB770 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 112 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.13 |
| HSL | 38.38º | 0.63% | 0.66% | - |
| HSV(B) | 38.38º | 0.5% | 0.87% | - |
| XYZ | 50.29 | 50.72 | 22.47 | - |
| YUV | 186.87 | 85.75 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 112 | 0 | 0.18 | 0.50 | 0.13 | 38.38 | 0.63 | 0.66 |
| Hex | DF | B7 | 70 | 0 | 12 | 32 | D | 26 | 3F | 42 |
| Octal | 337 | 267 | 160 | 0 | 22 | 62 | 15 | 46 | 77 | 102 |
| Binary | 11011111 | 10110111 | 1110000 | 0 | 10010 | 110010 | 1101 | 100110 | 111111 | 1000010 |
Color Harmonies of #DFB770
Complementary color
Monochromatic Colors of #DFB770
Black with #DFB770
Text Example
Text Example
White with #DFB770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB770; }
p { color: rgb(223,183,112); }
H1.HeaderClassName
{
color: #DFB770;
}
.AnyTagClassName
{
color: #DFB770;
}
</style>
background-color css
<style>
a { background-color: #DFB770; }
a { background-color: rgb(223,183,112); }
div.DivClassName
{
background-color: #DFB770;
}
.BgClassName
{
background-color: #DFB770;
}
</style>
border-color css
<style>
span { border-color: #DFB770; }
span { border-color: rgb(223,183,112); }
td.TdClassName
{
border-color: #DFB770;
}
.TagClassName
{
border-color: #DFB770;
}
</style>