Shades of Harvest Gold #DFB66A
Tints of Harvest Gold #DFB66A
RGB
CMYK
RGB Variations
Color information
#DFB66A (or 0xDFB66A) is known color: Harvest Gold. HEX triplet: DF, B6 and 6A. RGB value is (223,182,106). Sum of RGB (Red+Green+Blue) = 223+182+106=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB66A is #204995. Grayscale: #B9B9B9. Windows color (decimal): -2115990 or 6993631. OLE color: 6993631.
HSL color Cylindrical-coordinate representation of color #DFB66A: hue angle of 38.97º degrees, saturation: 0.65, 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 #DFB66A is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 106 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.13 |
| HSL | 38.97º | 0.65% | 0.65% | - |
| HSV(B) | 38.97º | 0.52% | 0.87% | - |
| XYZ | 49.76 | 50.18 | 20.7 | - |
| YUV | 185.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 106 | 0 | 0.18 | 0.52 | 0.13 | 38.97 | 0.65 | 0.65 |
| Hex | DF | B6 | 6A | 0 | 12 | 34 | D | 27 | 41 | 41 |
| Octal | 337 | 266 | 152 | 0 | 22 | 64 | 15 | 47 | 101 | 101 |
| Binary | 11011111 | 10110110 | 1101010 | 0 | 10010 | 110100 | 1101 | 100111 | 1000001 | 1000001 |
Color Harmonies of #DFB66A
Complementary color
Monochromatic Colors of #DFB66A
Black with #DFB66A
Text Example
Text Example
White with #DFB66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB66A; }
p { color: rgb(223,182,106); }
H1.HeaderClassName
{
color: #DFB66A;
}
.AnyTagClassName
{
color: #DFB66A;
}
</style>
background-color css
<style>
a { background-color: #DFB66A; }
a { background-color: rgb(223,182,106); }
div.DivClassName
{
background-color: #DFB66A;
}
.BgClassName
{
background-color: #DFB66A;
}
</style>
border-color css
<style>
span { border-color: #DFB66A; }
span { border-color: rgb(223,182,106); }
td.TdClassName
{
border-color: #DFB66A;
}
.TagClassName
{
border-color: #DFB66A;
}
</style>