Shades of Metallic Gold #DCB93D
Tints of Metallic Gold #DCB93D
RGB
CMYK
RGB Variations
Color information
#DCB93D (or 0xDCB93D) is known color: Metallic Gold. HEX triplet: DC, B9 and 3D. RGB value is (220,185,61). Sum of RGB (Red+Green+Blue) = 220+185+61=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB93D is #2346C2. Grayscale: #B5B5B5. Windows color (decimal): -2311875 or 4045276. OLE color: 4045276.
HSL color Cylindrical-coordinate representation of color #DCB93D: hue angle of 46.79º 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 #DCB93D is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 61 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.14 |
| HSL | 46.79º | 0.69% | 0.55% | - |
| HSV(B) | 46.79º | 0.72% | 0.86% | - |
| XYZ | 47.71 | 50.25 | 11.6 | - |
| YUV | 181.33 | 60.1 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 61 | 0 | 0.16 | 0.72 | 0.14 | 46.79 | 0.69 | 0.55 |
| Hex | DC | B9 | 3D | 0 | 10 | 48 | E | 2F | 45 | 37 |
| Octal | 334 | 271 | 75 | 0 | 20 | 110 | 16 | 57 | 105 | 67 |
| Binary | 11011100 | 10111001 | 111101 | 0 | 10000 | 1001000 | 1110 | 101111 | 1000101 | 110111 |
Color Harmonies of #DCB93D
Complementary color
Monochromatic Colors of #DCB93D
Black with #DCB93D
Text Example
Text Example
White with #DCB93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB93D; }
p { color: rgb(220,185,61); }
H1.HeaderClassName
{
color: #DCB93D;
}
.AnyTagClassName
{
color: #DCB93D;
}
</style>
background-color css
<style>
a { background-color: #DCB93D; }
a { background-color: rgb(220,185,61); }
div.DivClassName
{
background-color: #DCB93D;
}
.BgClassName
{
background-color: #DCB93D;
}
</style>
border-color css
<style>
span { border-color: #DCB93D; }
span { border-color: rgb(220,185,61); }
td.TdClassName
{
border-color: #DCB93D;
}
.TagClassName
{
border-color: #DCB93D;
}
</style>