Shades of Metallic Gold #DCB339
Tints of Metallic Gold #DCB339
RGB
CMYK
RGB Variations
Color information
#DCB339 (or 0xDCB339) is known color: Metallic Gold. HEX triplet: DC, B3 and 39. RGB value is (220,179,57). Sum of RGB (Red+Green+Blue) = 220+179+57=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 57 (22.66% from 255 or 12.5% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB339 is #234CC6. Grayscale: #B1B1B1. Windows color (decimal): -2313415 or 3781596. OLE color: 3781596.
HSL color Cylindrical-coordinate representation of color #DCB339: hue angle of 44.91º 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 #DCB339 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 57 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.14 |
| HSL | 44.91º | 0.7% | 0.54% | - |
| HSV(B) | 44.91º | 0.74% | 0.86% | - |
| XYZ | 46.37 | 47.75 | 10.64 | - |
| YUV | 177.35 | 60.08 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 57 | 0 | 0.19 | 0.74 | 0.14 | 44.91 | 0.7 | 0.54 |
| Hex | DC | B3 | 39 | 0 | 13 | 4A | E | 2D | 46 | 36 |
| Octal | 334 | 263 | 71 | 0 | 23 | 112 | 16 | 55 | 106 | 66 |
| Binary | 11011100 | 10110011 | 111001 | 0 | 10011 | 1001010 | 1110 | 101101 | 1000110 | 110110 |
Color Harmonies of #DCB339
Complementary color
Monochromatic Colors of #DCB339
Black with #DCB339
Text Example
Text Example
White with #DCB339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB339; }
p { color: rgb(220,179,57); }
H1.HeaderClassName
{
color: #DCB339;
}
.AnyTagClassName
{
color: #DCB339;
}
</style>
background-color css
<style>
a { background-color: #DCB339; }
a { background-color: rgb(220,179,57); }
div.DivClassName
{
background-color: #DCB339;
}
.BgClassName
{
background-color: #DCB339;
}
</style>
border-color css
<style>
span { border-color: #DCB339; }
span { border-color: rgb(220,179,57); }
td.TdClassName
{
border-color: #DCB339;
}
.TagClassName
{
border-color: #DCB339;
}
</style>