Shades of Harvest Gold #DFB772
Tints of Harvest Gold #DFB772
RGB
CMYK
RGB Variations
Color information
#DFB772 (or 0xDFB772) is known color: Harvest Gold. HEX triplet: DF, B7 and 72. RGB value is (223,183,114). Sum of RGB (Red+Green+Blue) = 223+183+114=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB772 is #20488D. Grayscale: #BBBBBB. Windows color (decimal): -2115726 or 7518175. OLE color: 7518175.
HSL color Cylindrical-coordinate representation of color #DFB772: hue angle of 37.98º 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 #DFB772 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 114 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.13 |
| HSL | 37.98º | 0.63% | 0.66% | - |
| HSV(B) | 37.98º | 0.49% | 0.87% | - |
| XYZ | 50.4 | 50.77 | 23.06 | - |
| YUV | 187.09 | 86.75 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 114 | 0 | 0.18 | 0.49 | 0.13 | 37.98 | 0.63 | 0.66 |
| Hex | DF | B7 | 72 | 0 | 12 | 31 | D | 26 | 3F | 42 |
| Octal | 337 | 267 | 162 | 0 | 22 | 61 | 15 | 46 | 77 | 102 |
| Binary | 11011111 | 10110111 | 1110010 | 0 | 10010 | 110001 | 1101 | 100110 | 111111 | 1000010 |
Color Harmonies of #DFB772
Complementary color
Monochromatic Colors of #DFB772
Black with #DFB772
Text Example
Text Example
White with #DFB772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB772; }
p { color: rgb(223,183,114); }
H1.HeaderClassName
{
color: #DFB772;
}
.AnyTagClassName
{
color: #DFB772;
}
</style>
background-color css
<style>
a { background-color: #DFB772; }
a { background-color: rgb(223,183,114); }
div.DivClassName
{
background-color: #DFB772;
}
.BgClassName
{
background-color: #DFB772;
}
</style>
border-color css
<style>
span { border-color: #DFB772; }
span { border-color: rgb(223,183,114); }
td.TdClassName
{
border-color: #DFB772;
}
.TagClassName
{
border-color: #DFB772;
}
</style>