Shades of Metallic Gold #D7A63B
Tints of Metallic Gold #D7A63B
RGB
CMYK
RGB Variations
Color information
#D7A63B (or 0xD7A63B) is known color: Metallic Gold. HEX triplet: D7, A6 and 3B. RGB value is (215,166,59). Sum of RGB (Red+Green+Blue) = 215+166+59=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 59 (23.44% from 255 or 13.41% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A63B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A63B is #2859C4. Grayscale: #A8A8A8. Windows color (decimal): -2644421 or 3909335. OLE color: 3909335.
HSL color Cylindrical-coordinate representation of color #D7A63B: hue angle of 41.15º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D7A63B is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 166 | 59 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.16 |
| HSL | 41.15º | 0.66% | 0.54% | - |
| HSV(B) | 41.15º | 0.73% | 0.84% | - |
| XYZ | 42.45 | 42.04 | 10.01 | - |
| YUV | 168.45 | 66.23 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 166 | 59 | 0 | 0.23 | 0.73 | 0.16 | 41.15 | 0.66 | 0.54 |
| Hex | D7 | A6 | 3B | 0 | 17 | 49 | 10 | 29 | 42 | 36 |
| Octal | 327 | 246 | 73 | 0 | 27 | 111 | 20 | 51 | 102 | 66 |
| Binary | 11010111 | 10100110 | 111011 | 0 | 10111 | 1001001 | 10000 | 101001 | 1000010 | 110110 |
Color Harmonies of #D7A63B
Complementary color
Monochromatic Colors of #D7A63B
Black with #D7A63B
Text Example
Text Example
White with #D7A63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A63B; }
p { color: rgb(215,166,59); }
H1.HeaderClassName
{
color: #D7A63B;
}
.AnyTagClassName
{
color: #D7A63B;
}
</style>
background-color css
<style>
a { background-color: #D7A63B; }
a { background-color: rgb(215,166,59); }
div.DivClassName
{
background-color: #D7A63B;
}
.BgClassName
{
background-color: #D7A63B;
}
</style>
border-color css
<style>
span { border-color: #D7A63B; }
span { border-color: rgb(215,166,59); }
td.TdClassName
{
border-color: #D7A63B;
}
.TagClassName
{
border-color: #D7A63B;
}
</style>