Shades of Metallic Gold #DCB234
Tints of Metallic Gold #DCB234
RGB
CMYK
RGB Variations
Color information
#DCB234 (or 0xDCB234) is known color: Metallic Gold. HEX triplet: DC, B2 and 34. RGB value is (220,178,52). Sum of RGB (Red+Green+Blue) = 220+178+52=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 52 (20.70% from 255 or 11.56% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB234 is #234DCB. Grayscale: #B0B0B0. Windows color (decimal): -2313676 or 3453660. OLE color: 3453660.
HSL color Cylindrical-coordinate representation of color #DCB234: hue angle of 45º 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 #DCB234 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 52 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.14 |
| HSL | 45º | 0.71% | 0.53% | - |
| HSV(B) | 45º | 0.76% | 0.86% | - |
| XYZ | 46.06 | 47.3 | 9.95 | - |
| YUV | 176.19 | 57.91 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 52 | 0 | 0.19 | 0.76 | 0.14 | 45 | 0.71 | 0.53 |
| Hex | DC | B2 | 34 | 0 | 13 | 4C | E | 2D | 47 | 35 |
| Octal | 334 | 262 | 64 | 0 | 23 | 114 | 16 | 55 | 107 | 65 |
| Binary | 11011100 | 10110010 | 110100 | 0 | 10011 | 1001100 | 1110 | 101101 | 1000111 | 110101 |
Color Harmonies of #DCB234
Complementary color
Monochromatic Colors of #DCB234
Black with #DCB234
Text Example
Text Example
White with #DCB234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB234; }
p { color: rgb(220,178,52); }
H1.HeaderClassName
{
color: #DCB234;
}
.AnyTagClassName
{
color: #DCB234;
}
</style>
background-color css
<style>
a { background-color: #DCB234; }
a { background-color: rgb(220,178,52); }
div.DivClassName
{
background-color: #DCB234;
}
.BgClassName
{
background-color: #DCB234;
}
</style>
border-color css
<style>
span { border-color: #DCB234; }
span { border-color: rgb(220,178,52); }
td.TdClassName
{
border-color: #DCB234;
}
.TagClassName
{
border-color: #DCB234;
}
</style>