Shades of Harvest Gold #DFB06D
Tints of Harvest Gold #DFB06D
RGB
CMYK
RGB Variations
Color information
#DFB06D (or 0xDFB06D) is known color: Harvest Gold. HEX triplet: DF, B0 and 6D. RGB value is (223,176,109). Sum of RGB (Red+Green+Blue) = 223+176+109=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB06D is #204F92. Grayscale: #B6B6B6. Windows color (decimal): -2117523 or 7188703. OLE color: 7188703.
HSL color Cylindrical-coordinate representation of color #DFB06D: hue angle of 35.26º 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 #DFB06D is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 109 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.13 |
| HSL | 35.26º | 0.64% | 0.65% | - |
| HSV(B) | 35.26º | 0.51% | 0.87% | - |
| XYZ | 48.72 | 47.84 | 21.13 | - |
| YUV | 182.42 | 86.57 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 109 | 0 | 0.21 | 0.51 | 0.13 | 35.26 | 0.64 | 0.65 |
| Hex | DF | B0 | 6D | 0 | 15 | 33 | D | 23 | 40 | 41 |
| Octal | 337 | 260 | 155 | 0 | 25 | 63 | 15 | 43 | 100 | 101 |
| Binary | 11011111 | 10110000 | 1101101 | 0 | 10101 | 110011 | 1101 | 100011 | 1000000 | 1000001 |
Color Harmonies of #DFB06D
Complementary color
Monochromatic Colors of #DFB06D
Black with #DFB06D
Text Example
Text Example
White with #DFB06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB06D; }
p { color: rgb(223,176,109); }
H1.HeaderClassName
{
color: #DFB06D;
}
.AnyTagClassName
{
color: #DFB06D;
}
</style>
background-color css
<style>
a { background-color: #DFB06D; }
a { background-color: rgb(223,176,109); }
div.DivClassName
{
background-color: #DFB06D;
}
.BgClassName
{
background-color: #DFB06D;
}
</style>
border-color css
<style>
span { border-color: #DFB06D; }
span { border-color: rgb(223,176,109); }
td.TdClassName
{
border-color: #DFB06D;
}
.TagClassName
{
border-color: #DFB06D;
}
</style>