Shades of Harvest Gold #DFB26E
Tints of Harvest Gold #DFB26E
RGB
CMYK
RGB Variations
Color information
#DFB26E (or 0xDFB26E) is known color: Harvest Gold. HEX triplet: DF, B2 and 6E. RGB value is (223,178,110). Sum of RGB (Red+Green+Blue) = 223+178+110=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB26E is #204D91. Grayscale: #B8B8B8. Windows color (decimal): -2117010 or 7254751. OLE color: 7254751.
HSL color Cylindrical-coordinate representation of color #DFB26E: hue angle of 36.11º 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 #DFB26E is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 110 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.13 |
| HSL | 36.11º | 0.64% | 0.65% | - |
| HSV(B) | 36.11º | 0.51% | 0.87% | - |
| XYZ | 49.17 | 48.65 | 21.55 | - |
| YUV | 183.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 110 | 0 | 0.20 | 0.51 | 0.13 | 36.11 | 0.64 | 0.65 |
| Hex | DF | B2 | 6E | 0 | 14 | 33 | D | 24 | 40 | 41 |
| Octal | 337 | 262 | 156 | 0 | 24 | 63 | 15 | 44 | 100 | 101 |
| Binary | 11011111 | 10110010 | 1101110 | 0 | 10100 | 110011 | 1101 | 100100 | 1000000 | 1000001 |
Color Harmonies of #DFB26E
Complementary color
Monochromatic Colors of #DFB26E
Black with #DFB26E
Text Example
Text Example
White with #DFB26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB26E; }
p { color: rgb(223,178,110); }
H1.HeaderClassName
{
color: #DFB26E;
}
.AnyTagClassName
{
color: #DFB26E;
}
</style>
background-color css
<style>
a { background-color: #DFB26E; }
a { background-color: rgb(223,178,110); }
div.DivClassName
{
background-color: #DFB26E;
}
.BgClassName
{
background-color: #DFB26E;
}
</style>
border-color css
<style>
span { border-color: #DFB26E; }
span { border-color: rgb(223,178,110); }
td.TdClassName
{
border-color: #DFB26E;
}
.TagClassName
{
border-color: #DFB26E;
}
</style>