Shades of Metallic Gold #D7A73C
Tints of Metallic Gold #D7A73C
RGB
CMYK
RGB Variations
Color information
#D7A73C (or 0xD7A73C) is known color: Metallic Gold. HEX triplet: D7, A7 and 3C. RGB value is (215,167,60). Sum of RGB (Red+Green+Blue) = 215+167+60=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A73C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A73C is #2858C3. Grayscale: #A9A9A9. Windows color (decimal): -2644164 or 3975127. OLE color: 3975127.
HSL color Cylindrical-coordinate representation of color #D7A73C: hue angle of 41.42º degrees, saturation: 0.66, 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 #D7A73C is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 167 | 60 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.16 |
| HSL | 41.42º | 0.66% | 0.54% | - |
| HSV(B) | 41.42º | 0.72% | 0.84% | - |
| XYZ | 42.66 | 42.41 | 10.21 | - |
| YUV | 169.15 | 66.4 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 167 | 60 | 0 | 0.22 | 0.72 | 0.16 | 41.42 | 0.66 | 0.54 |
| Hex | D7 | A7 | 3C | 0 | 16 | 48 | 10 | 29 | 42 | 36 |
| Octal | 327 | 247 | 74 | 0 | 26 | 110 | 20 | 51 | 102 | 66 |
| Binary | 11010111 | 10100111 | 111100 | 0 | 10110 | 1001000 | 10000 | 101001 | 1000010 | 110110 |
Color Harmonies of #D7A73C
Complementary color
Monochromatic Colors of #D7A73C
Black with #D7A73C
Text Example
Text Example
White with #D7A73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A73C; }
p { color: rgb(215,167,60); }
H1.HeaderClassName
{
color: #D7A73C;
}
.AnyTagClassName
{
color: #D7A73C;
}
</style>
background-color css
<style>
a { background-color: #D7A73C; }
a { background-color: rgb(215,167,60); }
div.DivClassName
{
background-color: #D7A73C;
}
.BgClassName
{
background-color: #D7A73C;
}
</style>
border-color css
<style>
span { border-color: #D7A73C; }
span { border-color: rgb(215,167,60); }
td.TdClassName
{
border-color: #D7A73C;
}
.TagClassName
{
border-color: #D7A73C;
}
</style>