Shades of Metallic Gold #DCB434
Tints of Metallic Gold #DCB434
RGB
CMYK
RGB Variations
Color information
#DCB434 (or 0xDCB434) is known color: Metallic Gold. HEX triplet: DC, B4 and 34. RGB value is (220,180,52). Sum of RGB (Red+Green+Blue) = 220+180+52=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 52 (20.70% from 255 or 11.50% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB434 is #234BCB. Grayscale: #B1B1B1. Windows color (decimal): -2313164 or 3454172. OLE color: 3454172.
HSL color Cylindrical-coordinate representation of color #DCB434: hue angle of 45.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCB434 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 52 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.14 |
| HSL | 45.71º | 0.71% | 0.53% | - |
| HSV(B) | 45.71º | 0.76% | 0.86% | - |
| XYZ | 46.46 | 48.11 | 10.09 | - |
| YUV | 177.37 | 57.25 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 52 | 0 | 0.18 | 0.76 | 0.14 | 45.71 | 0.71 | 0.53 |
| Hex | DC | B4 | 34 | 0 | 12 | 4C | E | 2E | 47 | 35 |
| Octal | 334 | 264 | 64 | 0 | 22 | 114 | 16 | 56 | 107 | 65 |
| Binary | 11011100 | 10110100 | 110100 | 0 | 10010 | 1001100 | 1110 | 101110 | 1000111 | 110101 |
Color Harmonies of #DCB434
Complementary color
Monochromatic Colors of #DCB434
Black with #DCB434
Text Example
Text Example
White with #DCB434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB434; }
p { color: rgb(220,180,52); }
H1.HeaderClassName
{
color: #DCB434;
}
.AnyTagClassName
{
color: #DCB434;
}
</style>
background-color css
<style>
a { background-color: #DCB434; }
a { background-color: rgb(220,180,52); }
div.DivClassName
{
background-color: #DCB434;
}
.BgClassName
{
background-color: #DCB434;
}
</style>
border-color css
<style>
span { border-color: #DCB434; }
span { border-color: rgb(220,180,52); }
td.TdClassName
{
border-color: #DCB434;
}
.TagClassName
{
border-color: #DCB434;
}
</style>