Shades of Metallic Gold #DCB239
Tints of Metallic Gold #DCB239
RGB
CMYK
RGB Variations
Color information
#DCB239 (or 0xDCB239) is known color: Metallic Gold. HEX triplet: DC, B2 and 39. RGB value is (220,178,57). Sum of RGB (Red+Green+Blue) = 220+178+57=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 57 (22.66% from 255 or 12.53% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB239 is #234DC6. Grayscale: #B1B1B1. Windows color (decimal): -2313671 or 3781340. OLE color: 3781340.
HSL color Cylindrical-coordinate representation of color #DCB239: hue angle of 44.54º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCB239 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 57 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.14 |
| HSL | 44.54º | 0.7% | 0.54% | - |
| HSV(B) | 44.54º | 0.74% | 0.86% | - |
| XYZ | 46.17 | 47.35 | 10.58 | - |
| YUV | 176.76 | 60.41 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 57 | 0 | 0.19 | 0.74 | 0.14 | 44.54 | 0.7 | 0.54 |
| Hex | DC | B2 | 39 | 0 | 13 | 4A | E | 2D | 46 | 36 |
| Octal | 334 | 262 | 71 | 0 | 23 | 112 | 16 | 55 | 106 | 66 |
| Binary | 11011100 | 10110010 | 111001 | 0 | 10011 | 1001010 | 1110 | 101101 | 1000110 | 110110 |
Color Harmonies of #DCB239
Complementary color
Monochromatic Colors of #DCB239
Black with #DCB239
Text Example
Text Example
White with #DCB239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB239; }
p { color: rgb(220,178,57); }
H1.HeaderClassName
{
color: #DCB239;
}
.AnyTagClassName
{
color: #DCB239;
}
</style>
background-color css
<style>
a { background-color: #DCB239; }
a { background-color: rgb(220,178,57); }
div.DivClassName
{
background-color: #DCB239;
}
.BgClassName
{
background-color: #DCB239;
}
</style>
border-color css
<style>
span { border-color: #DCB239; }
span { border-color: rgb(220,178,57); }
td.TdClassName
{
border-color: #DCB239;
}
.TagClassName
{
border-color: #DCB239;
}
</style>