Shades of Harvest Gold #DFB96B
Tints of Harvest Gold #DFB96B
RGB
CMYK
RGB Variations
Color information
#DFB96B (or 0xDFB96B) is known color: Harvest Gold. HEX triplet: DF, B9 and 6B. RGB value is (223,185,107). Sum of RGB (Red+Green+Blue) = 223+185+107=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 107 (42.19% from 255 or 20.78% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB96B is #204694. Grayscale: #BBBBBB. Windows color (decimal): -2115221 or 7059935. OLE color: 7059935.
HSL color Cylindrical-coordinate representation of color #DFB96B: hue angle of 40.34º 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 #DFB96B is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 107 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.13 |
| HSL | 40.34º | 0.64% | 0.65% | - |
| HSV(B) | 40.34º | 0.52% | 0.87% | - |
| XYZ | 50.43 | 51.45 | 21.18 | - |
| YUV | 187.47 | 82.59 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 107 | 0 | 0.17 | 0.52 | 0.13 | 40.34 | 0.64 | 0.65 |
| Hex | DF | B9 | 6B | 0 | 11 | 34 | D | 28 | 40 | 41 |
| Octal | 337 | 271 | 153 | 0 | 21 | 64 | 15 | 50 | 100 | 101 |
| Binary | 11011111 | 10111001 | 1101011 | 0 | 10001 | 110100 | 1101 | 101000 | 1000000 | 1000001 |
Color Harmonies of #DFB96B
Complementary color
Monochromatic Colors of #DFB96B
Black with #DFB96B
Text Example
Text Example
White with #DFB96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB96B; }
p { color: rgb(223,185,107); }
H1.HeaderClassName
{
color: #DFB96B;
}
.AnyTagClassName
{
color: #DFB96B;
}
</style>
background-color css
<style>
a { background-color: #DFB96B; }
a { background-color: rgb(223,185,107); }
div.DivClassName
{
background-color: #DFB96B;
}
.BgClassName
{
background-color: #DFB96B;
}
</style>
border-color css
<style>
span { border-color: #DFB96B; }
span { border-color: rgb(223,185,107); }
td.TdClassName
{
border-color: #DFB96B;
}
.TagClassName
{
border-color: #DFB96B;
}
</style>