Shades of Metallic Gold #D5AB43
Tints of Metallic Gold #D5AB43
RGB
CMYK
RGB Variations
Color information
#D5AB43 (or 0xD5AB43) is known color: Metallic Gold. HEX triplet: D5, AB and 43. RGB value is (213,171,67). Sum of RGB (Red+Green+Blue) = 213+171+67=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 67 (26.56% from 255 or 14.86% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AB43 is #2A54BC. Grayscale: #ACACAC. Windows color (decimal): -2774205 or 4434901. OLE color: 4434901.
HSL color Cylindrical-coordinate representation of color #D5AB43: hue angle of 42.74º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5AB43 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 67 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.16 |
| HSL | 42.74º | 0.63% | 0.55% | - |
| HSV(B) | 42.74º | 0.69% | 0.84% | - |
| XYZ | 43.02 | 43.68 | 11.47 | - |
| YUV | 171.7 | 68.91 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 67 | 0 | 0.20 | 0.69 | 0.16 | 42.74 | 0.63 | 0.55 |
| Hex | D5 | AB | 43 | 0 | 14 | 45 | 10 | 2B | 3F | 37 |
| Octal | 325 | 253 | 103 | 0 | 24 | 105 | 20 | 53 | 77 | 67 |
| Binary | 11010101 | 10101011 | 1000011 | 0 | 10100 | 1000101 | 10000 | 101011 | 111111 | 110111 |
Color Harmonies of #D5AB43
Complementary color
Monochromatic Colors of #D5AB43
Black with #D5AB43
Text Example
Text Example
White with #D5AB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AB43; }
p { color: rgb(213,171,67); }
H1.HeaderClassName
{
color: #D5AB43;
}
.AnyTagClassName
{
color: #D5AB43;
}
</style>
background-color css
<style>
a { background-color: #D5AB43; }
a { background-color: rgb(213,171,67); }
div.DivClassName
{
background-color: #D5AB43;
}
.BgClassName
{
background-color: #D5AB43;
}
</style>
border-color css
<style>
span { border-color: #D5AB43; }
span { border-color: rgb(213,171,67); }
td.TdClassName
{
border-color: #D5AB43;
}
.TagClassName
{
border-color: #D5AB43;
}
</style>