Shades of Metallic Gold #DCAB34
Tints of Metallic Gold #DCAB34
RGB
CMYK
RGB Variations
Color information
#DCAB34 (or 0xDCAB34) is known color: Metallic Gold. HEX triplet: DC, AB and 34. RGB value is (220,171,52). Sum of RGB (Red+Green+Blue) = 220+171+52=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB34 is #2354CB. Grayscale: #ACACAC. Windows color (decimal): -2315468 or 3451868. OLE color: 3451868.
HSL color Cylindrical-coordinate representation of color #DCAB34: hue angle of 42.5º 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 #DCAB34 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 52 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.14 |
| HSL | 42.5º | 0.71% | 0.53% | - |
| HSV(B) | 42.5º | 0.76% | 0.86% | - |
| XYZ | 44.7 | 44.59 | 9.5 | - |
| YUV | 172.09 | 60.23 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 52 | 0 | 0.22 | 0.76 | 0.14 | 42.5 | 0.71 | 0.53 |
| Hex | DC | AB | 34 | 0 | 16 | 4C | E | 2A | 47 | 35 |
| Octal | 334 | 253 | 64 | 0 | 26 | 114 | 16 | 52 | 107 | 65 |
| Binary | 11011100 | 10101011 | 110100 | 0 | 10110 | 1001100 | 1110 | 101010 | 1000111 | 110101 |
Color Harmonies of #DCAB34
Complementary color
Monochromatic Colors of #DCAB34
Black with #DCAB34
Text Example
Text Example
White with #DCAB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB34; }
p { color: rgb(220,171,52); }
H1.HeaderClassName
{
color: #DCAB34;
}
.AnyTagClassName
{
color: #DCAB34;
}
</style>
background-color css
<style>
a { background-color: #DCAB34; }
a { background-color: rgb(220,171,52); }
div.DivClassName
{
background-color: #DCAB34;
}
.BgClassName
{
background-color: #DCAB34;
}
</style>
border-color css
<style>
span { border-color: #DCAB34; }
span { border-color: rgb(220,171,52); }
td.TdClassName
{
border-color: #DCAB34;
}
.TagClassName
{
border-color: #DCAB34;
}
</style>