Shades of Harvest Gold #DFB56A
Tints of Harvest Gold #DFB56A
RGB
CMYK
RGB Variations
Color information
#DFB56A (or 0xDFB56A) is known color: Harvest Gold. HEX triplet: DF, B5 and 6A. RGB value is (223,181,106). Sum of RGB (Red+Green+Blue) = 223+181+106=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 106 (41.80% from 255 or 20.78% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB56A is #204A95. Grayscale: #B9B9B9. Windows color (decimal): -2116246 or 6993375. OLE color: 6993375.
HSL color Cylindrical-coordinate representation of color #DFB56A: hue angle of 38.46º 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 #DFB56A is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 106 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.13 |
| HSL | 38.46º | 0.65% | 0.65% | - |
| HSV(B) | 38.46º | 0.52% | 0.87% | - |
| XYZ | 49.56 | 49.78 | 20.63 | - |
| YUV | 185.01 | 83.41 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 106 | 0 | 0.19 | 0.52 | 0.13 | 38.46 | 0.65 | 0.65 |
| Hex | DF | B5 | 6A | 0 | 13 | 34 | D | 26 | 41 | 41 |
| Octal | 337 | 265 | 152 | 0 | 23 | 64 | 15 | 46 | 101 | 101 |
| Binary | 11011111 | 10110101 | 1101010 | 0 | 10011 | 110100 | 1101 | 100110 | 1000001 | 1000001 |
Color Harmonies of #DFB56A
Complementary color
Monochromatic Colors of #DFB56A
Black with #DFB56A
Text Example
Text Example
White with #DFB56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB56A; }
p { color: rgb(223,181,106); }
H1.HeaderClassName
{
color: #DFB56A;
}
.AnyTagClassName
{
color: #DFB56A;
}
</style>
background-color css
<style>
a { background-color: #DFB56A; }
a { background-color: rgb(223,181,106); }
div.DivClassName
{
background-color: #DFB56A;
}
.BgClassName
{
background-color: #DFB56A;
}
</style>
border-color css
<style>
span { border-color: #DFB56A; }
span { border-color: rgb(223,181,106); }
td.TdClassName
{
border-color: #DFB56A;
}
.TagClassName
{
border-color: #DFB56A;
}
</style>