Shades of Metallic Gold #D4AB43
Tints of Metallic Gold #D4AB43
RGB
CMYK
RGB Variations
Color information
#D4AB43 (or 0xD4AB43) is known color: Metallic Gold. HEX triplet: D4, AB and 43. RGB value is (212,171,67). Sum of RGB (Red+Green+Blue) = 212+171+67=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AB43 is #2B54BC. Grayscale: #ABABAB. Windows color (decimal): -2839741 or 4434900. OLE color: 4434900.
HSL color Cylindrical-coordinate representation of color #D4AB43: hue angle of 43.03º 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 #D4AB43 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 171 | 67 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.17 |
| HSL | 43.03º | 0.63% | 0.55% | - |
| HSV(B) | 43.03º | 0.68% | 0.83% | - |
| XYZ | 42.73 | 43.53 | 11.46 | - |
| YUV | 171.4 | 69.08 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 67 | 0 | 0.19 | 0.68 | 0.17 | 43.03 | 0.63 | 0.55 |
| Hex | D4 | AB | 43 | 0 | 13 | 44 | 11 | 2B | 3F | 37 |
| Octal | 324 | 253 | 103 | 0 | 23 | 104 | 21 | 53 | 77 | 67 |
| Binary | 11010100 | 10101011 | 1000011 | 0 | 10011 | 1000100 | 10001 | 101011 | 111111 | 110111 |
Color Harmonies of #D4AB43
Complementary color
Monochromatic Colors of #D4AB43
Black with #D4AB43
Text Example
Text Example
White with #D4AB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AB43; }
p { color: rgb(212,171,67); }
H1.HeaderClassName
{
color: #D4AB43;
}
.AnyTagClassName
{
color: #D4AB43;
}
</style>
background-color css
<style>
a { background-color: #D4AB43; }
a { background-color: rgb(212,171,67); }
div.DivClassName
{
background-color: #D4AB43;
}
.BgClassName
{
background-color: #D4AB43;
}
</style>
border-color css
<style>
span { border-color: #D4AB43; }
span { border-color: rgb(212,171,67); }
td.TdClassName
{
border-color: #D4AB43;
}
.TagClassName
{
border-color: #D4AB43;
}
</style>