Shades of Metallic Gold #DCAD32
Tints of Metallic Gold #DCAD32
RGB
CMYK
RGB Variations
Color information
#DCAD32 (or 0xDCAD32) is known color: Metallic Gold. HEX triplet: DC, AD and 32. RGB value is (220,173,50). Sum of RGB (Red+Green+Blue) = 220+173+50=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD32 is #2352CD. Grayscale: #ADADAD. Windows color (decimal): -2314958 or 3321308. OLE color: 3321308.
HSL color Cylindrical-coordinate representation of color #DCAD32: hue angle of 43.41º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCAD32 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 50 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.14 |
| HSL | 43.41º | 0.71% | 0.53% | - |
| HSV(B) | 43.41º | 0.77% | 0.86% | - |
| XYZ | 45.03 | 45.33 | 9.39 | - |
| YUV | 173.03 | 58.57 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 50 | 0 | 0.21 | 0.77 | 0.14 | 43.41 | 0.71 | 0.53 |
| Hex | DC | AD | 32 | 0 | 15 | 4D | E | 2B | 47 | 35 |
| Octal | 334 | 255 | 62 | 0 | 25 | 115 | 16 | 53 | 107 | 65 |
| Binary | 11011100 | 10101101 | 110010 | 0 | 10101 | 1001101 | 1110 | 101011 | 1000111 | 110101 |
Color Harmonies of #DCAD32
Complementary color
Monochromatic Colors of #DCAD32
Black with #DCAD32
Text Example
Text Example
White with #DCAD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD32; }
p { color: rgb(220,173,50); }
H1.HeaderClassName
{
color: #DCAD32;
}
.AnyTagClassName
{
color: #DCAD32;
}
</style>
background-color css
<style>
a { background-color: #DCAD32; }
a { background-color: rgb(220,173,50); }
div.DivClassName
{
background-color: #DCAD32;
}
.BgClassName
{
background-color: #DCAD32;
}
</style>
border-color css
<style>
span { border-color: #DCAD32; }
span { border-color: rgb(220,173,50); }
td.TdClassName
{
border-color: #DCAD32;
}
.TagClassName
{
border-color: #DCAD32;
}
</style>