Shades of Metallic Gold #DCAA34
Tints of Metallic Gold #DCAA34
RGB
CMYK
RGB Variations
Color information
#DCAA34 (or 0xDCAA34) is known color: Metallic Gold. HEX triplet: DC, AA and 34. RGB value is (220,170,52). Sum of RGB (Red+Green+Blue) = 220+170+52=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 52 (20.70% from 255 or 11.76% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA34 is #2355CB. Grayscale: #ACACAC. Windows color (decimal): -2315724 or 3451612. OLE color: 3451612.
HSL color Cylindrical-coordinate representation of color #DCAA34: hue angle of 42.14º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCAA34 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 52 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.14 |
| HSL | 42.14º | 0.71% | 0.53% | - |
| HSV(B) | 42.14º | 0.76% | 0.86% | - |
| XYZ | 44.51 | 44.21 | 9.44 | - |
| YUV | 171.5 | 60.57 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 52 | 0 | 0.23 | 0.76 | 0.14 | 42.14 | 0.71 | 0.53 |
| Hex | DC | AA | 34 | 0 | 17 | 4C | E | 2A | 47 | 35 |
| Octal | 334 | 252 | 64 | 0 | 27 | 114 | 16 | 52 | 107 | 65 |
| Binary | 11011100 | 10101010 | 110100 | 0 | 10111 | 1001100 | 1110 | 101010 | 1000111 | 110101 |
Color Harmonies of #DCAA34
Complementary color
Monochromatic Colors of #DCAA34
Black with #DCAA34
Text Example
Text Example
White with #DCAA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA34; }
p { color: rgb(220,170,52); }
H1.HeaderClassName
{
color: #DCAA34;
}
.AnyTagClassName
{
color: #DCAA34;
}
</style>
background-color css
<style>
a { background-color: #DCAA34; }
a { background-color: rgb(220,170,52); }
div.DivClassName
{
background-color: #DCAA34;
}
.BgClassName
{
background-color: #DCAA34;
}
</style>
border-color css
<style>
span { border-color: #DCAA34; }
span { border-color: rgb(220,170,52); }
td.TdClassName
{
border-color: #DCAA34;
}
.TagClassName
{
border-color: #DCAA34;
}
</style>