Shades of Metallic Gold #DCB83B
Tints of Metallic Gold #DCB83B
RGB
CMYK
RGB Variations
Color information
#DCB83B (or 0xDCB83B) is known color: Metallic Gold. HEX triplet: DC, B8 and 3B. RGB value is (220,184,59). Sum of RGB (Red+Green+Blue) = 220+184+59=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 59 (23.44% from 255 or 12.74% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB83B is #2347C4. Grayscale: #B5B5B5. Windows color (decimal): -2312133 or 3913948. OLE color: 3913948.
HSL color Cylindrical-coordinate representation of color #DCB83B: hue angle of 46.58º 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 #DCB83B is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 59 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.14 |
| HSL | 46.58º | 0.7% | 0.55% | - |
| HSV(B) | 46.58º | 0.73% | 0.86% | - |
| XYZ | 47.45 | 49.81 | 11.25 | - |
| YUV | 180.51 | 59.43 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 59 | 0 | 0.16 | 0.73 | 0.14 | 46.58 | 0.7 | 0.55 |
| Hex | DC | B8 | 3B | 0 | 10 | 49 | E | 2F | 46 | 37 |
| Octal | 334 | 270 | 73 | 0 | 20 | 111 | 16 | 57 | 106 | 67 |
| Binary | 11011100 | 10111000 | 111011 | 0 | 10000 | 1001001 | 1110 | 101111 | 1000110 | 110111 |
Color Harmonies of #DCB83B
Complementary color
Monochromatic Colors of #DCB83B
Black with #DCB83B
Text Example
Text Example
White with #DCB83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB83B; }
p { color: rgb(220,184,59); }
H1.HeaderClassName
{
color: #DCB83B;
}
.AnyTagClassName
{
color: #DCB83B;
}
</style>
background-color css
<style>
a { background-color: #DCB83B; }
a { background-color: rgb(220,184,59); }
div.DivClassName
{
background-color: #DCB83B;
}
.BgClassName
{
background-color: #DCB83B;
}
</style>
border-color css
<style>
span { border-color: #DCB83B; }
span { border-color: rgb(220,184,59); }
td.TdClassName
{
border-color: #DCB83B;
}
.TagClassName
{
border-color: #DCB83B;
}
</style>