Shades of Metallic Gold #DCB83E
Tints of Metallic Gold #DCB83E
RGB
CMYK
RGB Variations
Color information
#DCB83E (or 0xDCB83E) is known color: Metallic Gold. HEX triplet: DC, B8 and 3E. RGB value is (220,184,62). Sum of RGB (Red+Green+Blue) = 220+184+62=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 62 (24.61% from 255 or 13.30% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB83E is #2347C1. Grayscale: #B5B5B5. Windows color (decimal): -2312130 or 4110556. OLE color: 4110556.
HSL color Cylindrical-coordinate representation of color #DCB83E: hue angle of 46.33º 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 #DCB83E is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 62 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.14 |
| HSL | 46.33º | 0.69% | 0.55% | - |
| HSV(B) | 46.33º | 0.72% | 0.86% | - |
| XYZ | 47.53 | 49.84 | 11.67 | - |
| YUV | 180.86 | 60.93 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 62 | 0 | 0.16 | 0.72 | 0.14 | 46.33 | 0.69 | 0.55 |
| Hex | DC | B8 | 3E | 0 | 10 | 48 | E | 2E | 45 | 37 |
| Octal | 334 | 270 | 76 | 0 | 20 | 110 | 16 | 56 | 105 | 67 |
| Binary | 11011100 | 10111000 | 111110 | 0 | 10000 | 1001000 | 1110 | 101110 | 1000101 | 110111 |
Color Harmonies of #DCB83E
Complementary color
Monochromatic Colors of #DCB83E
Black with #DCB83E
Text Example
Text Example
White with #DCB83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB83E; }
p { color: rgb(220,184,62); }
H1.HeaderClassName
{
color: #DCB83E;
}
.AnyTagClassName
{
color: #DCB83E;
}
</style>
background-color css
<style>
a { background-color: #DCB83E; }
a { background-color: rgb(220,184,62); }
div.DivClassName
{
background-color: #DCB83E;
}
.BgClassName
{
background-color: #DCB83E;
}
</style>
border-color css
<style>
span { border-color: #DCB83E; }
span { border-color: rgb(220,184,62); }
td.TdClassName
{
border-color: #DCB83E;
}
.TagClassName
{
border-color: #DCB83E;
}
</style>