Shades of Metallic Gold #DCB93C
Tints of Metallic Gold #DCB93C
RGB
CMYK
RGB Variations
Color information
#DCB93C (or 0xDCB93C) is known color: Metallic Gold. HEX triplet: DC, B9 and 3C. RGB value is (220,185,60). Sum of RGB (Red+Green+Blue) = 220+185+60=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB93C is #2346C3. Grayscale: #B5B5B5. Windows color (decimal): -2311876 or 3979740. OLE color: 3979740.
HSL color Cylindrical-coordinate representation of color #DCB93C: hue angle of 46.88º 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 #DCB93C is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 60 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.14 |
| HSL | 46.88º | 0.7% | 0.55% | - |
| HSV(B) | 46.88º | 0.73% | 0.86% | - |
| XYZ | 47.68 | 50.24 | 11.46 | - |
| YUV | 181.22 | 59.6 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 60 | 0 | 0.16 | 0.73 | 0.14 | 46.88 | 0.7 | 0.55 |
| Hex | DC | B9 | 3C | 0 | 10 | 49 | E | 2F | 46 | 37 |
| Octal | 334 | 271 | 74 | 0 | 20 | 111 | 16 | 57 | 106 | 67 |
| Binary | 11011100 | 10111001 | 111100 | 0 | 10000 | 1001001 | 1110 | 101111 | 1000110 | 110111 |
Color Harmonies of #DCB93C
Complementary color
Monochromatic Colors of #DCB93C
Black with #DCB93C
Text Example
Text Example
White with #DCB93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB93C; }
p { color: rgb(220,185,60); }
H1.HeaderClassName
{
color: #DCB93C;
}
.AnyTagClassName
{
color: #DCB93C;
}
</style>
background-color css
<style>
a { background-color: #DCB93C; }
a { background-color: rgb(220,185,60); }
div.DivClassName
{
background-color: #DCB93C;
}
.BgClassName
{
background-color: #DCB93C;
}
</style>
border-color css
<style>
span { border-color: #DCB93C; }
span { border-color: rgb(220,185,60); }
td.TdClassName
{
border-color: #DCB93C;
}
.TagClassName
{
border-color: #DCB93C;
}
</style>