Shades of Metallic Gold #DCB63E
Tints of Metallic Gold #DCB63E
RGB
CMYK
RGB Variations
Color information
#DCB63E (or 0xDCB63E) is known color: Metallic Gold. HEX triplet: DC, B6 and 3E. RGB value is (220,182,62). Sum of RGB (Red+Green+Blue) = 220+182+62=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 62 (24.61% from 255 or 13.36% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB63E is #2349C1. Grayscale: #B4B4B4. Windows color (decimal): -2312642 or 4110044. OLE color: 4110044.
HSL color Cylindrical-coordinate representation of color #DCB63E: hue angle of 45.57º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCB63E is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 62 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.14 |
| HSL | 45.57º | 0.69% | 0.55% | - |
| HSV(B) | 45.57º | 0.72% | 0.86% | - |
| XYZ | 47.11 | 49.02 | 11.54 | - |
| YUV | 179.68 | 61.59 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 62 | 0 | 0.17 | 0.72 | 0.14 | 45.57 | 0.69 | 0.55 |
| Hex | DC | B6 | 3E | 0 | 11 | 48 | E | 2E | 45 | 37 |
| Octal | 334 | 266 | 76 | 0 | 21 | 110 | 16 | 56 | 105 | 67 |
| Binary | 11011100 | 10110110 | 111110 | 0 | 10001 | 1001000 | 1110 | 101110 | 1000101 | 110111 |
Color Harmonies of #DCB63E
Complementary color
Monochromatic Colors of #DCB63E
Black with #DCB63E
Text Example
Text Example
White with #DCB63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB63E; }
p { color: rgb(220,182,62); }
H1.HeaderClassName
{
color: #DCB63E;
}
.AnyTagClassName
{
color: #DCB63E;
}
</style>
background-color css
<style>
a { background-color: #DCB63E; }
a { background-color: rgb(220,182,62); }
div.DivClassName
{
background-color: #DCB63E;
}
.BgClassName
{
background-color: #DCB63E;
}
</style>
border-color css
<style>
span { border-color: #DCB63E; }
span { border-color: rgb(220,182,62); }
td.TdClassName
{
border-color: #DCB63E;
}
.TagClassName
{
border-color: #DCB63E;
}
</style>