Shades of Metallic Gold #DCAE34
Tints of Metallic Gold #DCAE34
RGB
CMYK
RGB Variations
Color information
#DCAE34 (or 0xDCAE34) is known color: Metallic Gold. HEX triplet: DC, AE and 34. RGB value is (220,174,52). Sum of RGB (Red+Green+Blue) = 220+174+52=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAE34 is #2351CB. Grayscale: #AEAEAE. Windows color (decimal): -2314700 or 3452636. OLE color: 3452636.
HSL color Cylindrical-coordinate representation of color #DCAE34: hue angle of 43.57º 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 #DCAE34 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 52 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.14 |
| HSL | 43.57º | 0.71% | 0.53% | - |
| HSV(B) | 43.57º | 0.76% | 0.86% | - |
| XYZ | 45.27 | 45.74 | 9.69 | - |
| YUV | 173.85 | 59.24 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 52 | 0 | 0.21 | 0.76 | 0.14 | 43.57 | 0.71 | 0.53 |
| Hex | DC | AE | 34 | 0 | 15 | 4C | E | 2C | 47 | 35 |
| Octal | 334 | 256 | 64 | 0 | 25 | 114 | 16 | 54 | 107 | 65 |
| Binary | 11011100 | 10101110 | 110100 | 0 | 10101 | 1001100 | 1110 | 101100 | 1000111 | 110101 |
Color Harmonies of #DCAE34
Complementary color
Monochromatic Colors of #DCAE34
Black with #DCAE34
Text Example
Text Example
White with #DCAE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE34; }
p { color: rgb(220,174,52); }
H1.HeaderClassName
{
color: #DCAE34;
}
.AnyTagClassName
{
color: #DCAE34;
}
</style>
background-color css
<style>
a { background-color: #DCAE34; }
a { background-color: rgb(220,174,52); }
div.DivClassName
{
background-color: #DCAE34;
}
.BgClassName
{
background-color: #DCAE34;
}
</style>
border-color css
<style>
span { border-color: #DCAE34; }
span { border-color: rgb(220,174,52); }
td.TdClassName
{
border-color: #DCAE34;
}
.TagClassName
{
border-color: #DCAE34;
}
</style>