Shades of Harvest Gold #DFB96A
Tints of Harvest Gold #DFB96A
RGB
CMYK
RGB Variations
Color information
#DFB96A (or 0xDFB96A) is known color: Harvest Gold. HEX triplet: DF, B9 and 6A. RGB value is (223,185,106). Sum of RGB (Red+Green+Blue) = 223+185+106=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB96A is #204695. Grayscale: #BBBBBB. Windows color (decimal): -2115222 or 6994399. OLE color: 6994399.
HSL color Cylindrical-coordinate representation of color #DFB96A: hue angle of 40.51º 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 #DFB96A is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 106 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.13 |
| HSL | 40.51º | 0.65% | 0.65% | - |
| HSV(B) | 40.51º | 0.52% | 0.87% | - |
| XYZ | 50.38 | 51.43 | 20.91 | - |
| YUV | 187.36 | 82.09 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 106 | 0 | 0.17 | 0.52 | 0.13 | 40.51 | 0.65 | 0.65 |
| Hex | DF | B9 | 6A | 0 | 11 | 34 | D | 29 | 41 | 41 |
| Octal | 337 | 271 | 152 | 0 | 21 | 64 | 15 | 51 | 101 | 101 |
| Binary | 11011111 | 10111001 | 1101010 | 0 | 10001 | 110100 | 1101 | 101001 | 1000001 | 1000001 |
Color Harmonies of #DFB96A
Complementary color
Monochromatic Colors of #DFB96A
Black with #DFB96A
Text Example
Text Example
White with #DFB96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB96A; }
p { color: rgb(223,185,106); }
H1.HeaderClassName
{
color: #DFB96A;
}
.AnyTagClassName
{
color: #DFB96A;
}
</style>
background-color css
<style>
a { background-color: #DFB96A; }
a { background-color: rgb(223,185,106); }
div.DivClassName
{
background-color: #DFB96A;
}
.BgClassName
{
background-color: #DFB96A;
}
</style>
border-color css
<style>
span { border-color: #DFB96A; }
span { border-color: rgb(223,185,106); }
td.TdClassName
{
border-color: #DFB96A;
}
.TagClassName
{
border-color: #DFB96A;
}
</style>