Shades of Metallic Gold #D5A43C
Tints of Metallic Gold #D5A43C
RGB
CMYK
RGB Variations
Color information
#D5A43C (or 0xD5A43C) is known color: Metallic Gold. HEX triplet: D5, A4 and 3C. RGB value is (213,164,60). Sum of RGB (Red+Green+Blue) = 213+164+60=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 60 (23.83% from 255 or 13.73% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A43C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A43C is #2A5BC3. Grayscale: #A7A7A7. Windows color (decimal): -2776004 or 3974357. OLE color: 3974357.
HSL color Cylindrical-coordinate representation of color #D5A43C: hue angle of 40.78º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5A43C is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 60 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.16 |
| HSL | 40.78º | 0.65% | 0.54% | - |
| HSV(B) | 40.78º | 0.72% | 0.84% | - |
| XYZ | 41.53 | 41.02 | 10 | - |
| YUV | 166.8 | 67.73 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 60 | 0 | 0.23 | 0.72 | 0.16 | 40.78 | 0.65 | 0.54 |
| Hex | D5 | A4 | 3C | 0 | 17 | 48 | 10 | 29 | 41 | 36 |
| Octal | 325 | 244 | 74 | 0 | 27 | 110 | 20 | 51 | 101 | 66 |
| Binary | 11010101 | 10100100 | 111100 | 0 | 10111 | 1001000 | 10000 | 101001 | 1000001 | 110110 |
Color Harmonies of #D5A43C
Complementary color
Monochromatic Colors of #D5A43C
Black with #D5A43C
Text Example
Text Example
White with #D5A43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A43C; }
p { color: rgb(213,164,60); }
H1.HeaderClassName
{
color: #D5A43C;
}
.AnyTagClassName
{
color: #D5A43C;
}
</style>
background-color css
<style>
a { background-color: #D5A43C; }
a { background-color: rgb(213,164,60); }
div.DivClassName
{
background-color: #D5A43C;
}
.BgClassName
{
background-color: #D5A43C;
}
</style>
border-color css
<style>
span { border-color: #D5A43C; }
span { border-color: rgb(213,164,60); }
td.TdClassName
{
border-color: #D5A43C;
}
.TagClassName
{
border-color: #D5A43C;
}
</style>