Shades of Metallic Gold #DCB33B
Tints of Metallic Gold #DCB33B
RGB
CMYK
RGB Variations
Color information
#DCB33B (or 0xDCB33B) is known color: Metallic Gold. HEX triplet: DC, B3 and 3B. RGB value is (220,179,59). Sum of RGB (Red+Green+Blue) = 220+179+59=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 59 (23.44% from 255 or 12.88% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB33B is #234CC4. Grayscale: #B2B2B2. Windows color (decimal): -2313413 or 3912668. OLE color: 3912668.
HSL color Cylindrical-coordinate representation of color #DCB33B: hue angle of 44.72º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCB33B is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 59 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.14 |
| HSL | 44.72º | 0.7% | 0.55% | - |
| HSV(B) | 44.72º | 0.73% | 0.86% | - |
| XYZ | 46.42 | 47.77 | 10.91 | - |
| YUV | 177.58 | 61.08 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 59 | 0 | 0.19 | 0.73 | 0.14 | 44.72 | 0.7 | 0.55 |
| Hex | DC | B3 | 3B | 0 | 13 | 49 | E | 2D | 46 | 37 |
| Octal | 334 | 263 | 73 | 0 | 23 | 111 | 16 | 55 | 106 | 67 |
| Binary | 11011100 | 10110011 | 111011 | 0 | 10011 | 1001001 | 1110 | 101101 | 1000110 | 110111 |
Color Harmonies of #DCB33B
Complementary color
Monochromatic Colors of #DCB33B
Black with #DCB33B
Text Example
Text Example
White with #DCB33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB33B; }
p { color: rgb(220,179,59); }
H1.HeaderClassName
{
color: #DCB33B;
}
.AnyTagClassName
{
color: #DCB33B;
}
</style>
background-color css
<style>
a { background-color: #DCB33B; }
a { background-color: rgb(220,179,59); }
div.DivClassName
{
background-color: #DCB33B;
}
.BgClassName
{
background-color: #DCB33B;
}
</style>
border-color css
<style>
span { border-color: #DCB33B; }
span { border-color: rgb(220,179,59); }
td.TdClassName
{
border-color: #DCB33B;
}
.TagClassName
{
border-color: #DCB33B;
}
</style>