Shades of Metallic Gold #DCB23C
Tints of Metallic Gold #DCB23C
RGB
CMYK
RGB Variations
Color information
#DCB23C (or 0xDCB23C) is known color: Metallic Gold. HEX triplet: DC, B2 and 3C. RGB value is (220,178,60). Sum of RGB (Red+Green+Blue) = 220+178+60=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 60 (23.83% from 255 or 13.10% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB23C is #234DC3. Grayscale: #B1B1B1. Windows color (decimal): -2313668 or 3977948. OLE color: 3977948.
HSL color Cylindrical-coordinate representation of color #DCB23C: hue angle of 44.25º 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 #DCB23C is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 60 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.14 |
| HSL | 44.25º | 0.7% | 0.55% | - |
| HSV(B) | 44.25º | 0.73% | 0.86% | - |
| XYZ | 46.25 | 47.38 | 10.98 | - |
| YUV | 177.11 | 61.91 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 60 | 0 | 0.19 | 0.73 | 0.14 | 44.25 | 0.7 | 0.55 |
| Hex | DC | B2 | 3C | 0 | 13 | 49 | E | 2C | 46 | 37 |
| Octal | 334 | 262 | 74 | 0 | 23 | 111 | 16 | 54 | 106 | 67 |
| Binary | 11011100 | 10110010 | 111100 | 0 | 10011 | 1001001 | 1110 | 101100 | 1000110 | 110111 |
Color Harmonies of #DCB23C
Complementary color
Monochromatic Colors of #DCB23C
Black with #DCB23C
Text Example
Text Example
White with #DCB23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB23C; }
p { color: rgb(220,178,60); }
H1.HeaderClassName
{
color: #DCB23C;
}
.AnyTagClassName
{
color: #DCB23C;
}
</style>
background-color css
<style>
a { background-color: #DCB23C; }
a { background-color: rgb(220,178,60); }
div.DivClassName
{
background-color: #DCB23C;
}
.BgClassName
{
background-color: #DCB23C;
}
</style>
border-color css
<style>
span { border-color: #DCB23C; }
span { border-color: rgb(220,178,60); }
td.TdClassName
{
border-color: #DCB23C;
}
.TagClassName
{
border-color: #DCB23C;
}
</style>