Shades of Harvest Gold #DCB26F
Tints of Harvest Gold #DCB26F
RGB
CMYK
RGB Variations
Color information
#DCB26F (or 0xDCB26F) is known color: Harvest Gold. HEX triplet: DC, B2 and 6F. RGB value is (220,178,111). Sum of RGB (Red+Green+Blue) = 220+178+111=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 111 (43.75% from 255 or 21.81% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB26F is #234D90. Grayscale: #B7B7B7. Windows color (decimal): -2313617 or 7320284. OLE color: 7320284.
HSL color Cylindrical-coordinate representation of color #DCB26F: hue angle of 36.88º 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 #DCB26F is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 111 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.14 |
| HSL | 36.88º | 0.61% | 0.65% | - |
| HSV(B) | 36.88º | 0.5% | 0.86% | - |
| XYZ | 48.3 | 48.2 | 21.8 | - |
| YUV | 182.92 | 87.41 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 111 | 0 | 0.19 | 0.50 | 0.14 | 36.88 | 0.61 | 0.65 |
| Hex | DC | B2 | 6F | 0 | 13 | 32 | E | 25 | 3D | 41 |
| Octal | 334 | 262 | 157 | 0 | 23 | 62 | 16 | 45 | 75 | 101 |
| Binary | 11011100 | 10110010 | 1101111 | 0 | 10011 | 110010 | 1110 | 100101 | 111101 | 1000001 |
Color Harmonies of #DCB26F
Complementary color
Monochromatic Colors of #DCB26F
Black with #DCB26F
Text Example
Text Example
White with #DCB26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB26F; }
p { color: rgb(220,178,111); }
H1.HeaderClassName
{
color: #DCB26F;
}
.AnyTagClassName
{
color: #DCB26F;
}
</style>
background-color css
<style>
a { background-color: #DCB26F; }
a { background-color: rgb(220,178,111); }
div.DivClassName
{
background-color: #DCB26F;
}
.BgClassName
{
background-color: #DCB26F;
}
</style>
border-color css
<style>
span { border-color: #DCB26F; }
span { border-color: rgb(220,178,111); }
td.TdClassName
{
border-color: #DCB26F;
}
.TagClassName
{
border-color: #DCB26F;
}
</style>