Shades of Metallic Gold #DCAB31
Tints of Metallic Gold #DCAB31
RGB
CMYK
RGB Variations
Color information
#DCAB31 (or 0xDCAB31) is known color: Metallic Gold. HEX triplet: DC, AB and 31. RGB value is (220,171,49). Sum of RGB (Red+Green+Blue) = 220+171+49=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB31 is #2354CE. Grayscale: #ACACAC. Windows color (decimal): -2315471 or 3255260. OLE color: 3255260.
HSL color Cylindrical-coordinate representation of color #DCAB31: hue angle of 42.81º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCAB31 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 49 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.14 |
| HSL | 42.81º | 0.71% | 0.53% | - |
| HSV(B) | 42.81º | 0.78% | 0.86% | - |
| XYZ | 44.63 | 44.56 | 9.15 | - |
| YUV | 171.74 | 58.73 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 49 | 0 | 0.22 | 0.78 | 0.14 | 42.81 | 0.71 | 0.53 |
| Hex | DC | AB | 31 | 0 | 16 | 4E | E | 2B | 47 | 35 |
| Octal | 334 | 253 | 61 | 0 | 26 | 116 | 16 | 53 | 107 | 65 |
| Binary | 11011100 | 10101011 | 110001 | 0 | 10110 | 1001110 | 1110 | 101011 | 1000111 | 110101 |
Color Harmonies of #DCAB31
Complementary color
Monochromatic Colors of #DCAB31
Black with #DCAB31
Text Example
Text Example
White with #DCAB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB31; }
p { color: rgb(220,171,49); }
H1.HeaderClassName
{
color: #DCAB31;
}
.AnyTagClassName
{
color: #DCAB31;
}
</style>
background-color css
<style>
a { background-color: #DCAB31; }
a { background-color: rgb(220,171,49); }
div.DivClassName
{
background-color: #DCAB31;
}
.BgClassName
{
background-color: #DCAB31;
}
</style>
border-color css
<style>
span { border-color: #DCAB31; }
span { border-color: rgb(220,171,49); }
td.TdClassName
{
border-color: #DCAB31;
}
.TagClassName
{
border-color: #DCAB31;
}
</style>