Shades of Metallic Gold #DCB833
Tints of Metallic Gold #DCB833
RGB
CMYK
RGB Variations
Color information
#DCB833 (or 0xDCB833) is known color: Metallic Gold. HEX triplet: DC, B8 and 33. RGB value is (220,184,51). Sum of RGB (Red+Green+Blue) = 220+184+51=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 51 (20.31% from 255 or 11.21% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB833 is #2347CC. Grayscale: #B4B4B4. Windows color (decimal): -2312141 or 3389660. OLE color: 3389660.
HSL color Cylindrical-coordinate representation of color #DCB833: hue angle of 47.22º 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 #DCB833 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 51 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.14 |
| HSL | 47.22º | 0.71% | 0.53% | - |
| HSV(B) | 47.22º | 0.77% | 0.86% | - |
| XYZ | 47.25 | 49.74 | 10.24 | - |
| YUV | 179.6 | 55.43 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 51 | 0 | 0.16 | 0.77 | 0.14 | 47.22 | 0.71 | 0.53 |
| Hex | DC | B8 | 33 | 0 | 10 | 4D | E | 2F | 47 | 35 |
| Octal | 334 | 270 | 63 | 0 | 20 | 115 | 16 | 57 | 107 | 65 |
| Binary | 11011100 | 10111000 | 110011 | 0 | 10000 | 1001101 | 1110 | 101111 | 1000111 | 110101 |
Color Harmonies of #DCB833
Complementary color
Monochromatic Colors of #DCB833
Black with #DCB833
Text Example
Text Example
White with #DCB833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB833; }
p { color: rgb(220,184,51); }
H1.HeaderClassName
{
color: #DCB833;
}
.AnyTagClassName
{
color: #DCB833;
}
</style>
background-color css
<style>
a { background-color: #DCB833; }
a { background-color: rgb(220,184,51); }
div.DivClassName
{
background-color: #DCB833;
}
.BgClassName
{
background-color: #DCB833;
}
</style>
border-color css
<style>
span { border-color: #DCB833; }
span { border-color: rgb(220,184,51); }
td.TdClassName
{
border-color: #DCB833;
}
.TagClassName
{
border-color: #DCB833;
}
</style>