Shades of Metallic Gold #DCB237
Tints of Metallic Gold #DCB237
RGB
CMYK
RGB Variations
Color information
#DCB237 (or 0xDCB237) is known color: Metallic Gold. HEX triplet: DC, B2 and 37. RGB value is (220,178,55). Sum of RGB (Red+Green+Blue) = 220+178+55=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 55 (21.88% from 255 or 12.14% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB237 is #234DC8. Grayscale: #B1B1B1. Windows color (decimal): -2313673 or 3650268. OLE color: 3650268.
HSL color Cylindrical-coordinate representation of color #DCB237: hue angle of 44.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCB237 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 55 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.14 |
| HSL | 44.73º | 0.7% | 0.54% | - |
| HSV(B) | 44.73º | 0.75% | 0.86% | - |
| XYZ | 46.13 | 47.33 | 10.32 | - |
| YUV | 176.54 | 59.41 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 55 | 0 | 0.19 | 0.75 | 0.14 | 44.73 | 0.7 | 0.54 |
| Hex | DC | B2 | 37 | 0 | 13 | 4B | E | 2D | 46 | 36 |
| Octal | 334 | 262 | 67 | 0 | 23 | 113 | 16 | 55 | 106 | 66 |
| Binary | 11011100 | 10110010 | 110111 | 0 | 10011 | 1001011 | 1110 | 101101 | 1000110 | 110110 |
Color Harmonies of #DCB237
Complementary color
Monochromatic Colors of #DCB237
Black with #DCB237
Text Example
Text Example
White with #DCB237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB237; }
p { color: rgb(220,178,55); }
H1.HeaderClassName
{
color: #DCB237;
}
.AnyTagClassName
{
color: #DCB237;
}
</style>
background-color css
<style>
a { background-color: #DCB237; }
a { background-color: rgb(220,178,55); }
div.DivClassName
{
background-color: #DCB237;
}
.BgClassName
{
background-color: #DCB237;
}
</style>
border-color css
<style>
span { border-color: #DCB237; }
span { border-color: rgb(220,178,55); }
td.TdClassName
{
border-color: #DCB237;
}
.TagClassName
{
border-color: #DCB237;
}
</style>