Shades of Metallic Gold #DCB23D
Tints of Metallic Gold #DCB23D
RGB
CMYK
RGB Variations
Color information
#DCB23D (or 0xDCB23D) is known color: Metallic Gold. HEX triplet: DC, B2 and 3D. RGB value is (220,178,61). Sum of RGB (Red+Green+Blue) = 220+178+61=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 61 (24.22% from 255 or 13.29% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB23D is #234DC2. Grayscale: #B1B1B1. Windows color (decimal): -2313667 or 4043484. OLE color: 4043484.
HSL color Cylindrical-coordinate representation of color #DCB23D: hue angle of 44.15º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCB23D is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 61 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.14 |
| HSL | 44.15º | 0.69% | 0.55% | - |
| HSV(B) | 44.15º | 0.72% | 0.86% | - |
| XYZ | 46.28 | 47.39 | 11.12 | - |
| YUV | 177.22 | 62.41 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 61 | 0 | 0.19 | 0.72 | 0.14 | 44.15 | 0.69 | 0.55 |
| Hex | DC | B2 | 3D | 0 | 13 | 48 | E | 2C | 45 | 37 |
| Octal | 334 | 262 | 75 | 0 | 23 | 110 | 16 | 54 | 105 | 67 |
| Binary | 11011100 | 10110010 | 111101 | 0 | 10011 | 1001000 | 1110 | 101100 | 1000101 | 110111 |
Color Harmonies of #DCB23D
Complementary color
Monochromatic Colors of #DCB23D
Black with #DCB23D
Text Example
Text Example
White with #DCB23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB23D; }
p { color: rgb(220,178,61); }
H1.HeaderClassName
{
color: #DCB23D;
}
.AnyTagClassName
{
color: #DCB23D;
}
</style>
background-color css
<style>
a { background-color: #DCB23D; }
a { background-color: rgb(220,178,61); }
div.DivClassName
{
background-color: #DCB23D;
}
.BgClassName
{
background-color: #DCB23D;
}
</style>
border-color css
<style>
span { border-color: #DCB23D; }
span { border-color: rgb(220,178,61); }
td.TdClassName
{
border-color: #DCB23D;
}
.TagClassName
{
border-color: #DCB23D;
}
</style>