Shades of Metallic Gold #DCB134
Tints of Metallic Gold #DCB134
RGB
CMYK
RGB Variations
Color information
#DCB134 (or 0xDCB134) is known color: Metallic Gold. HEX triplet: DC, B1 and 34. RGB value is (220,177,52). Sum of RGB (Red+Green+Blue) = 220+177+52=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB134 is #234ECB. Grayscale: #B0B0B0. Windows color (decimal): -2313932 or 3453404. OLE color: 3453404.
HSL color Cylindrical-coordinate representation of color #DCB134: hue angle of 44.64º 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 #DCB134 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 52 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.14 |
| HSL | 44.64º | 0.71% | 0.53% | - |
| HSV(B) | 44.64º | 0.76% | 0.86% | - |
| XYZ | 45.86 | 46.91 | 9.89 | - |
| YUV | 175.61 | 58.25 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 52 | 0 | 0.20 | 0.76 | 0.14 | 44.64 | 0.71 | 0.53 |
| Hex | DC | B1 | 34 | 0 | 14 | 4C | E | 2D | 47 | 35 |
| Octal | 334 | 261 | 64 | 0 | 24 | 114 | 16 | 55 | 107 | 65 |
| Binary | 11011100 | 10110001 | 110100 | 0 | 10100 | 1001100 | 1110 | 101101 | 1000111 | 110101 |
Color Harmonies of #DCB134
Complementary color
Monochromatic Colors of #DCB134
Black with #DCB134
Text Example
Text Example
White with #DCB134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB134; }
p { color: rgb(220,177,52); }
H1.HeaderClassName
{
color: #DCB134;
}
.AnyTagClassName
{
color: #DCB134;
}
</style>
background-color css
<style>
a { background-color: #DCB134; }
a { background-color: rgb(220,177,52); }
div.DivClassName
{
background-color: #DCB134;
}
.BgClassName
{
background-color: #DCB134;
}
</style>
border-color css
<style>
span { border-color: #DCB134; }
span { border-color: rgb(220,177,52); }
td.TdClassName
{
border-color: #DCB134;
}
.TagClassName
{
border-color: #DCB134;
}
</style>