Shades of Harvest Gold #DCB370
Tints of Harvest Gold #DCB370
RGB
CMYK
RGB Variations
Color information
#DCB370 (or 0xDCB370) is known color: Harvest Gold. HEX triplet: DC, B3 and 70. RGB value is (220,179,112). Sum of RGB (Red+Green+Blue) = 220+179+112=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB370 is #234C8F. Grayscale: #B7B7B7. Windows color (decimal): -2313360 or 7386076. OLE color: 7386076.
HSL color Cylindrical-coordinate representation of color #DCB370: hue angle of 37.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCB370 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 112 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.14 |
| HSL | 37.22º | 0.61% | 0.65% | - |
| HSV(B) | 37.22º | 0.49% | 0.86% | - |
| XYZ | 48.56 | 48.63 | 22.16 | - |
| YUV | 183.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 112 | 0 | 0.19 | 0.49 | 0.14 | 37.22 | 0.61 | 0.65 |
| Hex | DC | B3 | 70 | 0 | 13 | 31 | E | 25 | 3D | 41 |
| Octal | 334 | 263 | 160 | 0 | 23 | 61 | 16 | 45 | 75 | 101 |
| Binary | 11011100 | 10110011 | 1110000 | 0 | 10011 | 110001 | 1110 | 100101 | 111101 | 1000001 |
Color Harmonies of #DCB370
Complementary color
Monochromatic Colors of #DCB370
Black with #DCB370
Text Example
Text Example
White with #DCB370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB370; }
p { color: rgb(220,179,112); }
H1.HeaderClassName
{
color: #DCB370;
}
.AnyTagClassName
{
color: #DCB370;
}
</style>
background-color css
<style>
a { background-color: #DCB370; }
a { background-color: rgb(220,179,112); }
div.DivClassName
{
background-color: #DCB370;
}
.BgClassName
{
background-color: #DCB370;
}
</style>
border-color css
<style>
span { border-color: #DCB370; }
span { border-color: rgb(220,179,112); }
td.TdClassName
{
border-color: #DCB370;
}
.TagClassName
{
border-color: #DCB370;
}
</style>