Shades of Metallic Gold #DCB933
Tints of Metallic Gold #DCB933
RGB
CMYK
RGB Variations
Color information
#DCB933 (or 0xDCB933) is known color: Metallic Gold. HEX triplet: DC, B9 and 33. RGB value is (220,185,51). Sum of RGB (Red+Green+Blue) = 220+185+51=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 51 (20.31% from 255 or 11.18% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB933 is #2346CC. Grayscale: #B4B4B4. Windows color (decimal): -2311885 or 3389916. OLE color: 3389916.
HSL color Cylindrical-coordinate representation of color #DCB933: hue angle of 47.57º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCB933 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 51 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.14 |
| HSL | 47.57º | 0.71% | 0.53% | - |
| HSV(B) | 47.57º | 0.77% | 0.86% | - |
| XYZ | 47.46 | 50.15 | 10.31 | - |
| YUV | 180.19 | 55.1 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 51 | 0 | 0.16 | 0.77 | 0.14 | 47.57 | 0.71 | 0.53 |
| Hex | DC | B9 | 33 | 0 | 10 | 4D | E | 30 | 47 | 35 |
| Octal | 334 | 271 | 63 | 0 | 20 | 115 | 16 | 60 | 107 | 65 |
| Binary | 11011100 | 10111001 | 110011 | 0 | 10000 | 1001101 | 1110 | 110000 | 1000111 | 110101 |
Color Harmonies of #DCB933
Complementary color
Monochromatic Colors of #DCB933
Black with #DCB933
Text Example
Text Example
White with #DCB933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB933; }
p { color: rgb(220,185,51); }
H1.HeaderClassName
{
color: #DCB933;
}
.AnyTagClassName
{
color: #DCB933;
}
</style>
background-color css
<style>
a { background-color: #DCB933; }
a { background-color: rgb(220,185,51); }
div.DivClassName
{
background-color: #DCB933;
}
.BgClassName
{
background-color: #DCB933;
}
</style>
border-color css
<style>
span { border-color: #DCB933; }
span { border-color: rgb(220,185,51); }
td.TdClassName
{
border-color: #DCB933;
}
.TagClassName
{
border-color: #DCB933;
}
</style>