Shades of Metallic Gold #DCB936
Tints of Metallic Gold #DCB936
RGB
CMYK
RGB Variations
Color information
#DCB936 (or 0xDCB936) is known color: Metallic Gold. HEX triplet: DC, B9 and 36. RGB value is (220,185,54). Sum of RGB (Red+Green+Blue) = 220+185+54=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 54 (21.48% from 255 or 11.76% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB936 is #2346C9. Grayscale: #B5B5B5. Windows color (decimal): -2311882 or 3586524. OLE color: 3586524.
HSL color Cylindrical-coordinate representation of color #DCB936: hue angle of 47.35º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCB936 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 54 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.14 |
| HSL | 47.35º | 0.7% | 0.54% | - |
| HSV(B) | 47.35º | 0.75% | 0.86% | - |
| XYZ | 47.53 | 50.18 | 10.67 | - |
| YUV | 180.53 | 56.6 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 54 | 0 | 0.16 | 0.75 | 0.14 | 47.35 | 0.7 | 0.54 |
| Hex | DC | B9 | 36 | 0 | 10 | 4B | E | 2F | 46 | 36 |
| Octal | 334 | 271 | 66 | 0 | 20 | 113 | 16 | 57 | 106 | 66 |
| Binary | 11011100 | 10111001 | 110110 | 0 | 10000 | 1001011 | 1110 | 101111 | 1000110 | 110110 |
Color Harmonies of #DCB936
Complementary color
Monochromatic Colors of #DCB936
Black with #DCB936
Text Example
Text Example
White with #DCB936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB936; }
p { color: rgb(220,185,54); }
H1.HeaderClassName
{
color: #DCB936;
}
.AnyTagClassName
{
color: #DCB936;
}
</style>
background-color css
<style>
a { background-color: #DCB936; }
a { background-color: rgb(220,185,54); }
div.DivClassName
{
background-color: #DCB936;
}
.BgClassName
{
background-color: #DCB936;
}
</style>
border-color css
<style>
span { border-color: #DCB936; }
span { border-color: rgb(220,185,54); }
td.TdClassName
{
border-color: #DCB936;
}
.TagClassName
{
border-color: #DCB936;
}
</style>