Shades of Harvest Gold #DFB26F
Tints of Harvest Gold #DFB26F
RGB
CMYK
RGB Variations
Color information
#DFB26F (or 0xDFB26F) is known color: Harvest Gold. HEX triplet: DF, B2 and 6F. RGB value is (223,178,111). Sum of RGB (Red+Green+Blue) = 223+178+111=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB26F is #204D90. Grayscale: #B8B8B8. Windows color (decimal): -2117009 or 7320287. OLE color: 7320287.
HSL color Cylindrical-coordinate representation of color #DFB26F: hue angle of 35.89º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFB26F is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 111 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.13 |
| HSL | 35.89º | 0.64% | 0.65% | - |
| HSV(B) | 35.89º | 0.5% | 0.87% | - |
| XYZ | 49.22 | 48.68 | 21.84 | - |
| YUV | 183.82 | 86.91 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 111 | 0 | 0.20 | 0.50 | 0.13 | 35.89 | 0.64 | 0.65 |
| Hex | DF | B2 | 6F | 0 | 14 | 32 | D | 24 | 40 | 41 |
| Octal | 337 | 262 | 157 | 0 | 24 | 62 | 15 | 44 | 100 | 101 |
| Binary | 11011111 | 10110010 | 1101111 | 0 | 10100 | 110010 | 1101 | 100100 | 1000000 | 1000001 |
Color Harmonies of #DFB26F
Complementary color
Monochromatic Colors of #DFB26F
Black with #DFB26F
Text Example
Text Example
White with #DFB26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB26F; }
p { color: rgb(223,178,111); }
H1.HeaderClassName
{
color: #DFB26F;
}
.AnyTagClassName
{
color: #DFB26F;
}
</style>
background-color css
<style>
a { background-color: #DFB26F; }
a { background-color: rgb(223,178,111); }
div.DivClassName
{
background-color: #DFB26F;
}
.BgClassName
{
background-color: #DFB26F;
}
</style>
border-color css
<style>
span { border-color: #DFB26F; }
span { border-color: rgb(223,178,111); }
td.TdClassName
{
border-color: #DFB26F;
}
.TagClassName
{
border-color: #DFB26F;
}
</style>