Shades of Harvest Gold #DFB56B
Tints of Harvest Gold #DFB56B
RGB
CMYK
RGB Variations
Color information
#DFB56B (or 0xDFB56B) is known color: Harvest Gold. HEX triplet: DF, B5 and 6B. RGB value is (223,181,107). Sum of RGB (Red+Green+Blue) = 223+181+107=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB56B is #204A94. Grayscale: #B9B9B9. Windows color (decimal): -2116245 or 7058911. OLE color: 7058911.
HSL color Cylindrical-coordinate representation of color #DFB56B: hue angle of 38.28º 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 #DFB56B is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 107 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.13 |
| HSL | 38.28º | 0.64% | 0.65% | - |
| HSV(B) | 38.28º | 0.52% | 0.87% | - |
| XYZ | 49.61 | 49.8 | 20.91 | - |
| YUV | 185.12 | 83.91 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 107 | 0 | 0.19 | 0.52 | 0.13 | 38.28 | 0.64 | 0.65 |
| Hex | DF | B5 | 6B | 0 | 13 | 34 | D | 26 | 40 | 41 |
| Octal | 337 | 265 | 153 | 0 | 23 | 64 | 15 | 46 | 100 | 101 |
| Binary | 11011111 | 10110101 | 1101011 | 0 | 10011 | 110100 | 1101 | 100110 | 1000000 | 1000001 |
Color Harmonies of #DFB56B
Complementary color
Monochromatic Colors of #DFB56B
Black with #DFB56B
Text Example
Text Example
White with #DFB56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB56B; }
p { color: rgb(223,181,107); }
H1.HeaderClassName
{
color: #DFB56B;
}
.AnyTagClassName
{
color: #DFB56B;
}
</style>
background-color css
<style>
a { background-color: #DFB56B; }
a { background-color: rgb(223,181,107); }
div.DivClassName
{
background-color: #DFB56B;
}
.BgClassName
{
background-color: #DFB56B;
}
</style>
border-color css
<style>
span { border-color: #DFB56B; }
span { border-color: rgb(223,181,107); }
td.TdClassName
{
border-color: #DFB56B;
}
.TagClassName
{
border-color: #DFB56B;
}
</style>