Shades of Metallic Gold #DCB436
Tints of Metallic Gold #DCB436
RGB
CMYK
RGB Variations
Color information
#DCB436 (or 0xDCB436) is known color: Metallic Gold. HEX triplet: DC, B4 and 36. RGB value is (220,180,54). Sum of RGB (Red+Green+Blue) = 220+180+54=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 54 (21.48% from 255 or 11.89% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB436 is #234BC9. Grayscale: #B2B2B2. Windows color (decimal): -2313162 or 3585244. OLE color: 3585244.
HSL color Cylindrical-coordinate representation of color #DCB436: hue angle of 45.54º 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 #DCB436 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 54 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.14 |
| HSL | 45.54º | 0.7% | 0.54% | - |
| HSV(B) | 45.54º | 0.75% | 0.86% | - |
| XYZ | 46.5 | 48.12 | 10.33 | - |
| YUV | 177.6 | 58.25 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 54 | 0 | 0.18 | 0.75 | 0.14 | 45.54 | 0.7 | 0.54 |
| Hex | DC | B4 | 36 | 0 | 12 | 4B | E | 2E | 46 | 36 |
| Octal | 334 | 264 | 66 | 0 | 22 | 113 | 16 | 56 | 106 | 66 |
| Binary | 11011100 | 10110100 | 110110 | 0 | 10010 | 1001011 | 1110 | 101110 | 1000110 | 110110 |
Color Harmonies of #DCB436
Complementary color
Monochromatic Colors of #DCB436
Black with #DCB436
Text Example
Text Example
White with #DCB436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB436; }
p { color: rgb(220,180,54); }
H1.HeaderClassName
{
color: #DCB436;
}
.AnyTagClassName
{
color: #DCB436;
}
</style>
background-color css
<style>
a { background-color: #DCB436; }
a { background-color: rgb(220,180,54); }
div.DivClassName
{
background-color: #DCB436;
}
.BgClassName
{
background-color: #DCB436;
}
</style>
border-color css
<style>
span { border-color: #DCB436; }
span { border-color: rgb(220,180,54); }
td.TdClassName
{
border-color: #DCB436;
}
.TagClassName
{
border-color: #DCB436;
}
</style>