Shades of Metallic Gold #DCAA32
Tints of Metallic Gold #DCAA32
RGB
CMYK
RGB Variations
Color information
#DCAA32 (or 0xDCAA32) is known color: Metallic Gold. HEX triplet: DC, AA and 32. RGB value is (220,170,50). Sum of RGB (Red+Green+Blue) = 220+170+50=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA32 is #2355CD. Grayscale: #ABABAB. Windows color (decimal): -2315726 or 3320540. OLE color: 3320540.
HSL color Cylindrical-coordinate representation of color #DCAA32: hue angle of 42.35º 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 #DCAA32 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 50 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.14 |
| HSL | 42.35º | 0.71% | 0.53% | - |
| HSV(B) | 42.35º | 0.77% | 0.86% | - |
| XYZ | 44.47 | 44.2 | 9.2 | - |
| YUV | 171.27 | 59.57 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 50 | 0 | 0.23 | 0.77 | 0.14 | 42.35 | 0.71 | 0.53 |
| Hex | DC | AA | 32 | 0 | 17 | 4D | E | 2A | 47 | 35 |
| Octal | 334 | 252 | 62 | 0 | 27 | 115 | 16 | 52 | 107 | 65 |
| Binary | 11011100 | 10101010 | 110010 | 0 | 10111 | 1001101 | 1110 | 101010 | 1000111 | 110101 |
Color Harmonies of #DCAA32
Complementary color
Monochromatic Colors of #DCAA32
Black with #DCAA32
Text Example
Text Example
White with #DCAA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA32; }
p { color: rgb(220,170,50); }
H1.HeaderClassName
{
color: #DCAA32;
}
.AnyTagClassName
{
color: #DCAA32;
}
</style>
background-color css
<style>
a { background-color: #DCAA32; }
a { background-color: rgb(220,170,50); }
div.DivClassName
{
background-color: #DCAA32;
}
.BgClassName
{
background-color: #DCAA32;
}
</style>
border-color css
<style>
span { border-color: #DCAA32; }
span { border-color: rgb(220,170,50); }
td.TdClassName
{
border-color: #DCAA32;
}
.TagClassName
{
border-color: #DCAA32;
}
</style>