Shades of Harvest Gold #DCB36F
Tints of Harvest Gold #DCB36F
RGB
CMYK
RGB Variations
Color information
#DCB36F (or 0xDCB36F) is known color: Harvest Gold. HEX triplet: DC, B3 and 6F. RGB value is (220,179,111). Sum of RGB (Red+Green+Blue) = 220+179+111=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 111 (43.75% from 255 or 21.76% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB36F is #234C90. Grayscale: #B7B7B7. Windows color (decimal): -2313361 or 7320540. OLE color: 7320540.
HSL color Cylindrical-coordinate representation of color #DCB36F: hue angle of 37.43º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCB36F is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 111 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.14 |
| HSL | 37.43º | 0.61% | 0.65% | - |
| HSV(B) | 37.43º | 0.5% | 0.86% | - |
| XYZ | 48.5 | 48.6 | 21.86 | - |
| YUV | 183.51 | 87.08 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 111 | 0 | 0.19 | 0.50 | 0.14 | 37.43 | 0.61 | 0.65 |
| Hex | DC | B3 | 6F | 0 | 13 | 32 | E | 25 | 3D | 41 |
| Octal | 334 | 263 | 157 | 0 | 23 | 62 | 16 | 45 | 75 | 101 |
| Binary | 11011100 | 10110011 | 1101111 | 0 | 10011 | 110010 | 1110 | 100101 | 111101 | 1000001 |
Color Harmonies of #DCB36F
Complementary color
Monochromatic Colors of #DCB36F
Black with #DCB36F
Text Example
Text Example
White with #DCB36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB36F; }
p { color: rgb(220,179,111); }
H1.HeaderClassName
{
color: #DCB36F;
}
.AnyTagClassName
{
color: #DCB36F;
}
</style>
background-color css
<style>
a { background-color: #DCB36F; }
a { background-color: rgb(220,179,111); }
div.DivClassName
{
background-color: #DCB36F;
}
.BgClassName
{
background-color: #DCB36F;
}
</style>
border-color css
<style>
span { border-color: #DCB36F; }
span { border-color: rgb(220,179,111); }
td.TdClassName
{
border-color: #DCB36F;
}
.TagClassName
{
border-color: #DCB36F;
}
</style>