Shades of Metallic Gold #DCB83A
Tints of Metallic Gold #DCB83A
RGB
CMYK
RGB Variations
Color information
#DCB83A (or 0xDCB83A) is known color: Metallic Gold. HEX triplet: DC, B8 and 3A. RGB value is (220,184,58). Sum of RGB (Red+Green+Blue) = 220+184+58=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 58 (23.05% from 255 or 12.55% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB83A is #2347C5. Grayscale: #B4B4B4. Windows color (decimal): -2312134 or 3848412. OLE color: 3848412.
HSL color Cylindrical-coordinate representation of color #DCB83A: hue angle of 46.67º 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 #DCB83A is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 58 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.14 |
| HSL | 46.67º | 0.7% | 0.55% | - |
| HSV(B) | 46.67º | 0.74% | 0.86% | - |
| XYZ | 47.42 | 49.8 | 11.12 | - |
| YUV | 180.4 | 58.93 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 58 | 0 | 0.16 | 0.74 | 0.14 | 46.67 | 0.7 | 0.55 |
| Hex | DC | B8 | 3A | 0 | 10 | 4A | E | 2F | 46 | 37 |
| Octal | 334 | 270 | 72 | 0 | 20 | 112 | 16 | 57 | 106 | 67 |
| Binary | 11011100 | 10111000 | 111010 | 0 | 10000 | 1001010 | 1110 | 101111 | 1000110 | 110111 |
Color Harmonies of #DCB83A
Complementary color
Monochromatic Colors of #DCB83A
Black with #DCB83A
Text Example
Text Example
White with #DCB83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB83A; }
p { color: rgb(220,184,58); }
H1.HeaderClassName
{
color: #DCB83A;
}
.AnyTagClassName
{
color: #DCB83A;
}
</style>
background-color css
<style>
a { background-color: #DCB83A; }
a { background-color: rgb(220,184,58); }
div.DivClassName
{
background-color: #DCB83A;
}
.BgClassName
{
background-color: #DCB83A;
}
</style>
border-color css
<style>
span { border-color: #DCB83A; }
span { border-color: rgb(220,184,58); }
td.TdClassName
{
border-color: #DCB83A;
}
.TagClassName
{
border-color: #DCB83A;
}
</style>