Shades of Metallic Gold #D4AC3C
Tints of Metallic Gold #D4AC3C
RGB
CMYK
RGB Variations
Color information
#D4AC3C (or 0xD4AC3C) is known color: Metallic Gold. HEX triplet: D4, AC and 3C. RGB value is (212,172,60). Sum of RGB (Red+Green+Blue) = 212+172+60=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AC3C is #2B53C3. Grayscale: #ABABAB. Windows color (decimal): -2839492 or 3976404. OLE color: 3976404.
HSL color Cylindrical-coordinate representation of color #D4AC3C: hue angle of 44.21º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4AC3C is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 172 | 60 | - |
CMYK | 0 | 0.19 | 0.72 | 0.17 |
HSL | 44.21º | 0.64% | 0.53% | - |
HSV(B) | 44.21º | 0.72% | 0.83% | - |
XYZ | 42.72 | 43.83 | 10.48 | - |
YUV | 171.19 | 65.25 | 157.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 172 | 60 | 0 | 0.19 | 0.72 | 0.17 | 44.21 | 0.64 | 0.53 |
Hex | D4 | AC | 3C | 0 | 13 | 48 | 11 | 2C | 40 | 35 |
Octal | 324 | 254 | 74 | 0 | 23 | 110 | 21 | 54 | 100 | 65 |
Binary | 11010100 | 10101100 | 111100 | 0 | 10011 | 1001000 | 10001 | 101100 | 1000000 | 110101 |
Color Harmonies of #D4AC3C
Complementary color
Monochromatic Colors of #D4AC3C
Black with #D4AC3C
Text Example
Text Example
White with #D4AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AC3C; }
p { color: rgb(212,172,60); }
H1.HeaderClassName
{
color: #D4AC3C;
}
.AnyTagClassName
{
color: #D4AC3C;
}
</style>
background-color css
<style>
a { background-color: #D4AC3C; }
a { background-color: rgb(212,172,60); }
div.DivClassName
{
background-color: #D4AC3C;
}
.BgClassName
{
background-color: #D4AC3C;
}
</style>
border-color css
<style>
span { border-color: #D4AC3C; }
span { border-color: rgb(212,172,60); }
td.TdClassName
{
border-color: #D4AC3C;
}
.TagClassName
{
border-color: #D4AC3C;
}
</style>