Shades of Harvest Gold #DFB16E
Tints of Harvest Gold #DFB16E
RGB
CMYK
RGB Variations
Color information
#DFB16E (or 0xDFB16E) is known color: Harvest Gold. HEX triplet: DF, B1 and 6E. RGB value is (223,177,110). Sum of RGB (Red+Green+Blue) = 223+177+110=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 110 (43.36% from 255 or 21.57% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB16E is #204E91. Grayscale: #B7B7B7. Windows color (decimal): -2117266 or 7254495. OLE color: 7254495.
HSL color Cylindrical-coordinate representation of color #DFB16E: hue angle of 35.58º 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 #DFB16E is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 110 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.13 |
| HSL | 35.58º | 0.64% | 0.65% | - |
| HSV(B) | 35.58º | 0.51% | 0.87% | - |
| XYZ | 48.97 | 48.26 | 21.49 | - |
| YUV | 183.12 | 86.74 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 110 | 0 | 0.21 | 0.51 | 0.13 | 35.58 | 0.64 | 0.65 |
| Hex | DF | B1 | 6E | 0 | 15 | 33 | D | 24 | 40 | 41 |
| Octal | 337 | 261 | 156 | 0 | 25 | 63 | 15 | 44 | 100 | 101 |
| Binary | 11011111 | 10110001 | 1101110 | 0 | 10101 | 110011 | 1101 | 100100 | 1000000 | 1000001 |
Color Harmonies of #DFB16E
Complementary color
Monochromatic Colors of #DFB16E
Black with #DFB16E
Text Example
Text Example
White with #DFB16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB16E; }
p { color: rgb(223,177,110); }
H1.HeaderClassName
{
color: #DFB16E;
}
.AnyTagClassName
{
color: #DFB16E;
}
</style>
background-color css
<style>
a { background-color: #DFB16E; }
a { background-color: rgb(223,177,110); }
div.DivClassName
{
background-color: #DFB16E;
}
.BgClassName
{
background-color: #DFB16E;
}
</style>
border-color css
<style>
span { border-color: #DFB16E; }
span { border-color: rgb(223,177,110); }
td.TdClassName
{
border-color: #DFB16E;
}
.TagClassName
{
border-color: #DFB16E;
}
</style>