Shades of Metallic Gold #DCAC37
Tints of Metallic Gold #DCAC37
RGB
CMYK
RGB Variations
Color information
#DCAC37 (or 0xDCAC37) is known color: Metallic Gold. HEX triplet: DC, AC and 37. RGB value is (220,172,55). Sum of RGB (Red+Green+Blue) = 220+172+55=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 55 (21.88% from 255 or 12.30% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC37 is #2353C8. Grayscale: #ADADAD. Windows color (decimal): -2315209 or 3648732. OLE color: 3648732.
HSL color Cylindrical-coordinate representation of color #DCAC37: hue angle of 42.55º 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 #DCAC37 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 55 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.14 |
| HSL | 42.55º | 0.7% | 0.54% | - |
| HSV(B) | 42.55º | 0.75% | 0.86% | - |
| XYZ | 44.96 | 45 | 9.93 | - |
| YUV | 173.01 | 61.4 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 55 | 0 | 0.22 | 0.75 | 0.14 | 42.55 | 0.7 | 0.54 |
| Hex | DC | AC | 37 | 0 | 16 | 4B | E | 2B | 46 | 36 |
| Octal | 334 | 254 | 67 | 0 | 26 | 113 | 16 | 53 | 106 | 66 |
| Binary | 11011100 | 10101100 | 110111 | 0 | 10110 | 1001011 | 1110 | 101011 | 1000110 | 110110 |
Color Harmonies of #DCAC37
Complementary color
Monochromatic Colors of #DCAC37
Black with #DCAC37
Text Example
Text Example
White with #DCAC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC37; }
p { color: rgb(220,172,55); }
H1.HeaderClassName
{
color: #DCAC37;
}
.AnyTagClassName
{
color: #DCAC37;
}
</style>
background-color css
<style>
a { background-color: #DCAC37; }
a { background-color: rgb(220,172,55); }
div.DivClassName
{
background-color: #DCAC37;
}
.BgClassName
{
background-color: #DCAC37;
}
</style>
border-color css
<style>
span { border-color: #DCAC37; }
span { border-color: rgb(220,172,55); }
td.TdClassName
{
border-color: #DCAC37;
}
.TagClassName
{
border-color: #DCAC37;
}
</style>