Shades of Metallic Gold #DCB939
Tints of Metallic Gold #DCB939
RGB
CMYK
RGB Variations
Color information
#DCB939 (or 0xDCB939) is known color: Metallic Gold. HEX triplet: DC, B9 and 39. RGB value is (220,185,57). Sum of RGB (Red+Green+Blue) = 220+185+57=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 57 (22.66% from 255 or 12.34% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB939 is #2346C6. Grayscale: #B5B5B5. Windows color (decimal): -2311879 or 3783132. OLE color: 3783132.
HSL color Cylindrical-coordinate representation of color #DCB939: hue angle of 47.12º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCB939 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 57 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.14 |
| HSL | 47.12º | 0.7% | 0.54% | - |
| HSV(B) | 47.12º | 0.74% | 0.86% | - |
| XYZ | 47.6 | 50.21 | 11.05 | - |
| YUV | 180.87 | 58.1 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 57 | 0 | 0.16 | 0.74 | 0.14 | 47.12 | 0.7 | 0.54 |
| Hex | DC | B9 | 39 | 0 | 10 | 4A | E | 2F | 46 | 36 |
| Octal | 334 | 271 | 71 | 0 | 20 | 112 | 16 | 57 | 106 | 66 |
| Binary | 11011100 | 10111001 | 111001 | 0 | 10000 | 1001010 | 1110 | 101111 | 1000110 | 110110 |
Color Harmonies of #DCB939
Complementary color
Monochromatic Colors of #DCB939
Black with #DCB939
Text Example
Text Example
White with #DCB939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB939; }
p { color: rgb(220,185,57); }
H1.HeaderClassName
{
color: #DCB939;
}
.AnyTagClassName
{
color: #DCB939;
}
</style>
background-color css
<style>
a { background-color: #DCB939; }
a { background-color: rgb(220,185,57); }
div.DivClassName
{
background-color: #DCB939;
}
.BgClassName
{
background-color: #DCB939;
}
</style>
border-color css
<style>
span { border-color: #DCB939; }
span { border-color: rgb(220,185,57); }
td.TdClassName
{
border-color: #DCB939;
}
.TagClassName
{
border-color: #DCB939;
}
</style>