Shades of Metallic Gold #DCB534
Tints of Metallic Gold #DCB534
RGB
CMYK
RGB Variations
Color information
#DCB534 (or 0xDCB534) is known color: Metallic Gold. HEX triplet: DC, B5 and 34. RGB value is (220,181,52). Sum of RGB (Red+Green+Blue) = 220+181+52=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 52 (20.70% from 255 or 11.48% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB534 is #234ACB. Grayscale: #B2B2B2. Windows color (decimal): -2312908 or 3454428. OLE color: 3454428.
HSL color Cylindrical-coordinate representation of color #DCB534: hue angle of 46.07º 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 #DCB534 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 52 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.14 |
| HSL | 46.07º | 0.71% | 0.53% | - |
| HSV(B) | 46.07º | 0.76% | 0.86% | - |
| XYZ | 46.66 | 48.51 | 10.15 | - |
| YUV | 177.96 | 56.92 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 52 | 0 | 0.18 | 0.76 | 0.14 | 46.07 | 0.71 | 0.53 |
| Hex | DC | B5 | 34 | 0 | 12 | 4C | E | 2E | 47 | 35 |
| Octal | 334 | 265 | 64 | 0 | 22 | 114 | 16 | 56 | 107 | 65 |
| Binary | 11011100 | 10110101 | 110100 | 0 | 10010 | 1001100 | 1110 | 101110 | 1000111 | 110101 |
Color Harmonies of #DCB534
Complementary color
Monochromatic Colors of #DCB534
Black with #DCB534
Text Example
Text Example
White with #DCB534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB534; }
p { color: rgb(220,181,52); }
H1.HeaderClassName
{
color: #DCB534;
}
.AnyTagClassName
{
color: #DCB534;
}
</style>
background-color css
<style>
a { background-color: #DCB534; }
a { background-color: rgb(220,181,52); }
div.DivClassName
{
background-color: #DCB534;
}
.BgClassName
{
background-color: #DCB534;
}
</style>
border-color css
<style>
span { border-color: #DCB534; }
span { border-color: rgb(220,181,52); }
td.TdClassName
{
border-color: #DCB534;
}
.TagClassName
{
border-color: #DCB534;
}
</style>