Shades of Metallic Gold #DCB035
Tints of Metallic Gold #DCB035
RGB
CMYK
RGB Variations
Color information
#DCB035 (or 0xDCB035) is known color: Metallic Gold. HEX triplet: DC, B0 and 35. RGB value is (220,176,53). Sum of RGB (Red+Green+Blue) = 220+176+53=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 53 (21.09% from 255 or 11.80% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB035 is #234FCA. Grayscale: #AFAFAF. Windows color (decimal): -2314187 or 3518684. OLE color: 3518684.
HSL color Cylindrical-coordinate representation of color #DCB035: hue angle of 44.19º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCB035 is Cyan = 0, Magento = 0.2, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 53 | - |
| CMYK | 0 | 0.2 | 0.76 | 0.14 |
| HSL | 44.19º | 0.7% | 0.54% | - |
| HSV(B) | 44.19º | 0.76% | 0.86% | - |
| XYZ | 45.68 | 46.52 | 9.94 | - |
| YUV | 175.13 | 59.08 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 53 | 0 | 0.2 | 0.76 | 0.14 | 44.19 | 0.7 | 0.54 |
| Hex | DC | B0 | 35 | 0 | 14 | 4C | E | 2C | 46 | 36 |
| Octal | 334 | 260 | 65 | 0 | 24 | 114 | 16 | 54 | 106 | 66 |
| Binary | 11011100 | 10110000 | 110101 | 0 | 10100 | 1001100 | 1110 | 101100 | 1000110 | 110110 |
Color Harmonies of #DCB035
Complementary color
Monochromatic Colors of #DCB035
Black with #DCB035
Text Example
Text Example
White with #DCB035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB035; }
p { color: rgb(220,176,53); }
H1.HeaderClassName
{
color: #DCB035;
}
.AnyTagClassName
{
color: #DCB035;
}
</style>
background-color css
<style>
a { background-color: #DCB035; }
a { background-color: rgb(220,176,53); }
div.DivClassName
{
background-color: #DCB035;
}
.BgClassName
{
background-color: #DCB035;
}
</style>
border-color css
<style>
span { border-color: #DCB035; }
span { border-color: rgb(220,176,53); }
td.TdClassName
{
border-color: #DCB035;
}
.TagClassName
{
border-color: #DCB035;
}
</style>