Shades of Metallic Gold #DCB03A
Tints of Metallic Gold #DCB03A
RGB
CMYK
RGB Variations
Color information
#DCB03A (or 0xDCB03A) is known color: Metallic Gold. HEX triplet: DC, B0 and 3A. RGB value is (220,176,58). Sum of RGB (Red+Green+Blue) = 220+176+58=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 58 (23.05% from 255 or 12.78% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB03A is #234FC5. Grayscale: #B0B0B0. Windows color (decimal): -2314182 or 3846364. OLE color: 3846364.
HSL color Cylindrical-coordinate representation of color #DCB03A: hue angle of 43.7º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCB03A is Cyan = 0, Magento = 0.2, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 58 | - |
| CMYK | 0 | 0.2 | 0.74 | 0.14 |
| HSL | 43.7º | 0.7% | 0.55% | - |
| HSV(B) | 43.7º | 0.74% | 0.86% | - |
| XYZ | 45.8 | 46.57 | 10.58 | - |
| YUV | 175.7 | 61.58 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 58 | 0 | 0.2 | 0.74 | 0.14 | 43.7 | 0.7 | 0.55 |
| Hex | DC | B0 | 3A | 0 | 14 | 4A | E | 2C | 46 | 37 |
| Octal | 334 | 260 | 72 | 0 | 24 | 112 | 16 | 54 | 106 | 67 |
| Binary | 11011100 | 10110000 | 111010 | 0 | 10100 | 1001010 | 1110 | 101100 | 1000110 | 110111 |
Color Harmonies of #DCB03A
Complementary color
Monochromatic Colors of #DCB03A
Black with #DCB03A
Text Example
Text Example
White with #DCB03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB03A; }
p { color: rgb(220,176,58); }
H1.HeaderClassName
{
color: #DCB03A;
}
.AnyTagClassName
{
color: #DCB03A;
}
</style>
background-color css
<style>
a { background-color: #DCB03A; }
a { background-color: rgb(220,176,58); }
div.DivClassName
{
background-color: #DCB03A;
}
.BgClassName
{
background-color: #DCB03A;
}
</style>
border-color css
<style>
span { border-color: #DCB03A; }
span { border-color: rgb(220,176,58); }
td.TdClassName
{
border-color: #DCB03A;
}
.TagClassName
{
border-color: #DCB03A;
}
</style>