Shades of Harvest Gold #DFB46E
Tints of Harvest Gold #DFB46E
RGB
CMYK
RGB Variations
Color information
#DFB46E (or 0xDFB46E) is known color: Harvest Gold. HEX triplet: DF, B4 and 6E. RGB value is (223,180,110). Sum of RGB (Red+Green+Blue) = 223+180+110=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB46E is #204B91. Grayscale: #B9B9B9. Windows color (decimal): -2116498 or 7255263. OLE color: 7255263.
HSL color Cylindrical-coordinate representation of color #DFB46E: hue angle of 37.17º 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 #DFB46E is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 110 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.13 |
| HSL | 37.17º | 0.64% | 0.65% | - |
| HSV(B) | 37.17º | 0.51% | 0.87% | - |
| XYZ | 49.57 | 49.46 | 21.69 | - |
| YUV | 184.88 | 85.75 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 110 | 0 | 0.19 | 0.51 | 0.13 | 37.17 | 0.64 | 0.65 |
| Hex | DF | B4 | 6E | 0 | 13 | 33 | D | 25 | 40 | 41 |
| Octal | 337 | 264 | 156 | 0 | 23 | 63 | 15 | 45 | 100 | 101 |
| Binary | 11011111 | 10110100 | 1101110 | 0 | 10011 | 110011 | 1101 | 100101 | 1000000 | 1000001 |
Color Harmonies of #DFB46E
Complementary color
Monochromatic Colors of #DFB46E
Black with #DFB46E
Text Example
Text Example
White with #DFB46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB46E; }
p { color: rgb(223,180,110); }
H1.HeaderClassName
{
color: #DFB46E;
}
.AnyTagClassName
{
color: #DFB46E;
}
</style>
background-color css
<style>
a { background-color: #DFB46E; }
a { background-color: rgb(223,180,110); }
div.DivClassName
{
background-color: #DFB46E;
}
.BgClassName
{
background-color: #DFB46E;
}
</style>
border-color css
<style>
span { border-color: #DFB46E; }
span { border-color: rgb(223,180,110); }
td.TdClassName
{
border-color: #DFB46E;
}
.TagClassName
{
border-color: #DFB46E;
}
</style>