Shades of Harvest Gold #DFB86B
Tints of Harvest Gold #DFB86B
RGB
CMYK
RGB Variations
Color information
#DFB86B (or 0xDFB86B) is known color: Harvest Gold. HEX triplet: DF, B8 and 6B. RGB value is (223,184,107). Sum of RGB (Red+Green+Blue) = 223+184+107=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 107 (42.19% from 255 or 20.82% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB86B is #204794. Grayscale: #BBBBBB. Windows color (decimal): -2115477 or 7059679. OLE color: 7059679.
HSL color Cylindrical-coordinate representation of color #DFB86B: hue angle of 39.83º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFB86B is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 107 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.13 |
| HSL | 39.83º | 0.64% | 0.65% | - |
| HSV(B) | 39.83º | 0.52% | 0.87% | - |
| XYZ | 50.23 | 51.03 | 21.11 | - |
| YUV | 186.88 | 82.92 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 107 | 0 | 0.17 | 0.52 | 0.13 | 39.83 | 0.64 | 0.65 |
| Hex | DF | B8 | 6B | 0 | 11 | 34 | D | 28 | 40 | 41 |
| Octal | 337 | 270 | 153 | 0 | 21 | 64 | 15 | 50 | 100 | 101 |
| Binary | 11011111 | 10111000 | 1101011 | 0 | 10001 | 110100 | 1101 | 101000 | 1000000 | 1000001 |
Color Harmonies of #DFB86B
Complementary color
Monochromatic Colors of #DFB86B
Black with #DFB86B
Text Example
Text Example
White with #DFB86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB86B; }
p { color: rgb(223,184,107); }
H1.HeaderClassName
{
color: #DFB86B;
}
.AnyTagClassName
{
color: #DFB86B;
}
</style>
background-color css
<style>
a { background-color: #DFB86B; }
a { background-color: rgb(223,184,107); }
div.DivClassName
{
background-color: #DFB86B;
}
.BgClassName
{
background-color: #DFB86B;
}
</style>
border-color css
<style>
span { border-color: #DFB86B; }
span { border-color: rgb(223,184,107); }
td.TdClassName
{
border-color: #DFB86B;
}
.TagClassName
{
border-color: #DFB86B;
}
</style>