Shades of Metallic Gold #DCBC33
Tints of Metallic Gold #DCBC33
RGB
CMYK
RGB Variations
Color information
#DCBC33 (or 0xDCBC33) is known color: Metallic Gold. HEX triplet: DC, BC and 33. RGB value is (220,188,51). Sum of RGB (Red+Green+Blue) = 220+188+51=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 51 (20.31% from 255 or 11.11% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC33 is #2343CC. Grayscale: #B6B6B6. Windows color (decimal): -2311117 or 3390684. OLE color: 3390684.
HSL color Cylindrical-coordinate representation of color #DCBC33: hue angle of 48.64º 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 #DCBC33 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 51 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.14 |
| HSL | 48.64º | 0.71% | 0.53% | - |
| HSV(B) | 48.64º | 0.77% | 0.86% | - |
| XYZ | 48.1 | 51.42 | 10.52 | - |
| YUV | 181.95 | 54.1 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 51 | 0 | 0.15 | 0.77 | 0.14 | 48.64 | 0.71 | 0.53 |
| Hex | DC | BC | 33 | 0 | F | 4D | E | 31 | 47 | 35 |
| Octal | 334 | 274 | 63 | 0 | 17 | 115 | 16 | 61 | 107 | 65 |
| Binary | 11011100 | 10111100 | 110011 | 0 | 1111 | 1001101 | 1110 | 110001 | 1000111 | 110101 |
Color Harmonies of #DCBC33
Complementary color
Monochromatic Colors of #DCBC33
Black with #DCBC33
Text Example
Text Example
White with #DCBC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC33; }
p { color: rgb(220,188,51); }
H1.HeaderClassName
{
color: #DCBC33;
}
.AnyTagClassName
{
color: #DCBC33;
}
</style>
background-color css
<style>
a { background-color: #DCBC33; }
a { background-color: rgb(220,188,51); }
div.DivClassName
{
background-color: #DCBC33;
}
.BgClassName
{
background-color: #DCBC33;
}
</style>
border-color css
<style>
span { border-color: #DCBC33; }
span { border-color: rgb(220,188,51); }
td.TdClassName
{
border-color: #DCBC33;
}
.TagClassName
{
border-color: #DCBC33;
}
</style>