Shades of Metallic Gold #D5A73C
Tints of Metallic Gold #D5A73C
RGB
CMYK
RGB Variations
Color information
#D5A73C (or 0xD5A73C) is known color: Metallic Gold. HEX triplet: D5, A7 and 3C. RGB value is (213,167,60). Sum of RGB (Red+Green+Blue) = 213+167+60=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A73C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A73C is #2A58C3. Grayscale: #A9A9A9. Windows color (decimal): -2775236 or 3975125. OLE color: 3975125.
HSL color Cylindrical-coordinate representation of color #D5A73C: hue angle of 41.96º 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 #D5A73C is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 167 | 60 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.16 |
| HSL | 41.96º | 0.65% | 0.54% | - |
| HSV(B) | 41.96º | 0.72% | 0.84% | - |
| XYZ | 42.07 | 42.11 | 10.19 | - |
| YUV | 168.56 | 66.74 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 167 | 60 | 0 | 0.22 | 0.72 | 0.16 | 41.96 | 0.65 | 0.54 |
| Hex | D5 | A7 | 3C | 0 | 16 | 48 | 10 | 2A | 41 | 36 |
| Octal | 325 | 247 | 74 | 0 | 26 | 110 | 20 | 52 | 101 | 66 |
| Binary | 11010101 | 10100111 | 111100 | 0 | 10110 | 1001000 | 10000 | 101010 | 1000001 | 110110 |
Color Harmonies of #D5A73C
Complementary color
Monochromatic Colors of #D5A73C
Black with #D5A73C
Text Example
Text Example
White with #D5A73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A73C; }
p { color: rgb(213,167,60); }
H1.HeaderClassName
{
color: #D5A73C;
}
.AnyTagClassName
{
color: #D5A73C;
}
</style>
background-color css
<style>
a { background-color: #D5A73C; }
a { background-color: rgb(213,167,60); }
div.DivClassName
{
background-color: #D5A73C;
}
.BgClassName
{
background-color: #D5A73C;
}
</style>
border-color css
<style>
span { border-color: #D5A73C; }
span { border-color: rgb(213,167,60); }
td.TdClassName
{
border-color: #D5A73C;
}
.TagClassName
{
border-color: #D5A73C;
}
</style>