Shades of Metallic Gold #DCAB32
Tints of Metallic Gold #DCAB32
RGB
CMYK
RGB Variations
Color information
#DCAB32 (or 0xDCAB32) is known color: Metallic Gold. HEX triplet: DC, AB and 32. RGB value is (220,171,50). Sum of RGB (Red+Green+Blue) = 220+171+50=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB32 is #2354CD. Grayscale: #ACACAC. Windows color (decimal): -2315470 or 3320796. OLE color: 3320796.
HSL color Cylindrical-coordinate representation of color #DCAB32: hue angle of 42.71º 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 #DCAB32 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 50 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.14 |
| HSL | 42.71º | 0.71% | 0.53% | - |
| HSV(B) | 42.71º | 0.77% | 0.86% | - |
| XYZ | 44.65 | 44.57 | 9.27 | - |
| YUV | 171.86 | 59.23 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 50 | 0 | 0.22 | 0.77 | 0.14 | 42.71 | 0.71 | 0.53 |
| Hex | DC | AB | 32 | 0 | 16 | 4D | E | 2B | 47 | 35 |
| Octal | 334 | 253 | 62 | 0 | 26 | 115 | 16 | 53 | 107 | 65 |
| Binary | 11011100 | 10101011 | 110010 | 0 | 10110 | 1001101 | 1110 | 101011 | 1000111 | 110101 |
Color Harmonies of #DCAB32
Complementary color
Monochromatic Colors of #DCAB32
Black with #DCAB32
Text Example
Text Example
White with #DCAB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB32; }
p { color: rgb(220,171,50); }
H1.HeaderClassName
{
color: #DCAB32;
}
.AnyTagClassName
{
color: #DCAB32;
}
</style>
background-color css
<style>
a { background-color: #DCAB32; }
a { background-color: rgb(220,171,50); }
div.DivClassName
{
background-color: #DCAB32;
}
.BgClassName
{
background-color: #DCAB32;
}
</style>
border-color css
<style>
span { border-color: #DCAB32; }
span { border-color: rgb(220,171,50); }
td.TdClassName
{
border-color: #DCAB32;
}
.TagClassName
{
border-color: #DCAB32;
}
</style>