Shades of Metallic Gold #D4AA43
Tints of Metallic Gold #D4AA43
RGB
CMYK
RGB Variations
Color information
#D4AA43 (or 0xD4AA43) is known color: Metallic Gold. HEX triplet: D4, AA and 43. RGB value is (212,170,67). Sum of RGB (Red+Green+Blue) = 212+170+67=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 67 (26.56% from 255 or 14.92% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AA43 is #2B55BC. Grayscale: #ABABAB. Windows color (decimal): -2839997 or 4434644. OLE color: 4434644.
HSL color Cylindrical-coordinate representation of color #D4AA43: hue angle of 42.62º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D4AA43 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 67 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.17 |
| HSL | 42.62º | 0.63% | 0.55% | - |
| HSV(B) | 42.62º | 0.68% | 0.83% | - |
| XYZ | 42.54 | 43.15 | 11.4 | - |
| YUV | 170.82 | 69.41 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 67 | 0 | 0.20 | 0.68 | 0.17 | 42.62 | 0.63 | 0.55 |
| Hex | D4 | AA | 43 | 0 | 14 | 44 | 11 | 2B | 3F | 37 |
| Octal | 324 | 252 | 103 | 0 | 24 | 104 | 21 | 53 | 77 | 67 |
| Binary | 11010100 | 10101010 | 1000011 | 0 | 10100 | 1000100 | 10001 | 101011 | 111111 | 110111 |
Color Harmonies of #D4AA43
Complementary color
Monochromatic Colors of #D4AA43
Black with #D4AA43
Text Example
Text Example
White with #D4AA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AA43; }
p { color: rgb(212,170,67); }
H1.HeaderClassName
{
color: #D4AA43;
}
.AnyTagClassName
{
color: #D4AA43;
}
</style>
background-color css
<style>
a { background-color: #D4AA43; }
a { background-color: rgb(212,170,67); }
div.DivClassName
{
background-color: #D4AA43;
}
.BgClassName
{
background-color: #D4AA43;
}
</style>
border-color css
<style>
span { border-color: #D4AA43; }
span { border-color: rgb(212,170,67); }
td.TdClassName
{
border-color: #D4AA43;
}
.TagClassName
{
border-color: #D4AA43;
}
</style>