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