Shades of Harvest Gold #DFB76B
Tints of Harvest Gold #DFB76B
RGB
CMYK
RGB Variations
Color information
#DFB76B (or 0xDFB76B) is known color: Harvest Gold. HEX triplet: DF, B7 and 6B. RGB value is (223,183,107). Sum of RGB (Red+Green+Blue) = 223+183+107=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB76B is #204894. Grayscale: #BABABA. Windows color (decimal): -2115733 or 7059423. OLE color: 7059423.
HSL color Cylindrical-coordinate representation of color #DFB76B: hue angle of 39.31º 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 #DFB76B is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 107 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.13 |
| HSL | 39.31º | 0.64% | 0.65% | - |
| HSV(B) | 39.31º | 0.52% | 0.87% | - |
| XYZ | 50.02 | 50.62 | 21.04 | - |
| YUV | 186.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 107 | 0 | 0.18 | 0.52 | 0.13 | 39.31 | 0.64 | 0.65 |
| Hex | DF | B7 | 6B | 0 | 12 | 34 | D | 27 | 40 | 41 |
| Octal | 337 | 267 | 153 | 0 | 22 | 64 | 15 | 47 | 100 | 101 |
| Binary | 11011111 | 10110111 | 1101011 | 0 | 10010 | 110100 | 1101 | 100111 | 1000000 | 1000001 |
Color Harmonies of #DFB76B
Complementary color
Monochromatic Colors of #DFB76B
Black with #DFB76B
Text Example
Text Example
White with #DFB76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB76B; }
p { color: rgb(223,183,107); }
H1.HeaderClassName
{
color: #DFB76B;
}
.AnyTagClassName
{
color: #DFB76B;
}
</style>
background-color css
<style>
a { background-color: #DFB76B; }
a { background-color: rgb(223,183,107); }
div.DivClassName
{
background-color: #DFB76B;
}
.BgClassName
{
background-color: #DFB76B;
}
</style>
border-color css
<style>
span { border-color: #DFB76B; }
span { border-color: rgb(223,183,107); }
td.TdClassName
{
border-color: #DFB76B;
}
.TagClassName
{
border-color: #DFB76B;
}
</style>