Shades of Harvest Gold #DFB36B
Tints of Harvest Gold #DFB36B
RGB
CMYK
RGB Variations
Color information
#DFB36B (or 0xDFB36B) is known color: Harvest Gold. HEX triplet: DF, B3 and 6B. RGB value is (223,179,107). Sum of RGB (Red+Green+Blue) = 223+179+107=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 107 (42.19% from 255 or 21.02% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB36B is #204C94. Grayscale: #B8B8B8. Windows color (decimal): -2116757 or 7058399. OLE color: 7058399.
HSL color Cylindrical-coordinate representation of color #DFB36B: hue angle of 37.24º 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 #DFB36B is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 107 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.13 |
| HSL | 37.24º | 0.64% | 0.65% | - |
| HSV(B) | 37.24º | 0.52% | 0.87% | - |
| XYZ | 49.21 | 48.99 | 20.77 | - |
| YUV | 183.95 | 84.58 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 107 | 0 | 0.20 | 0.52 | 0.13 | 37.24 | 0.64 | 0.65 |
| Hex | DF | B3 | 6B | 0 | 14 | 34 | D | 25 | 40 | 41 |
| Octal | 337 | 263 | 153 | 0 | 24 | 64 | 15 | 45 | 100 | 101 |
| Binary | 11011111 | 10110011 | 1101011 | 0 | 10100 | 110100 | 1101 | 100101 | 1000000 | 1000001 |
Color Harmonies of #DFB36B
Complementary color
Monochromatic Colors of #DFB36B
Black with #DFB36B
Text Example
Text Example
White with #DFB36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB36B; }
p { color: rgb(223,179,107); }
H1.HeaderClassName
{
color: #DFB36B;
}
.AnyTagClassName
{
color: #DFB36B;
}
</style>
background-color css
<style>
a { background-color: #DFB36B; }
a { background-color: rgb(223,179,107); }
div.DivClassName
{
background-color: #DFB36B;
}
.BgClassName
{
background-color: #DFB36B;
}
</style>
border-color css
<style>
span { border-color: #DFB36B; }
span { border-color: rgb(223,179,107); }
td.TdClassName
{
border-color: #DFB36B;
}
.TagClassName
{
border-color: #DFB36B;
}
</style>