Shades of Metallic Gold #D7B63A
Tints of Metallic Gold #D7B63A
RGB
CMYK
RGB Variations
Color information
#D7B63A (or 0xD7B63A) is known color: Metallic Gold. HEX triplet: D7, B6 and 3A. RGB value is (215,182,58). Sum of RGB (Red+Green+Blue) = 215+182+58=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 58 (23.05% from 255 or 12.75% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B63A is #2849C5. Grayscale: #B2B2B2. Windows color (decimal): -2640326 or 3847895. OLE color: 3847895.
HSL color Cylindrical-coordinate representation of color #D7B63A: hue angle of 47.39º 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 #D7B63A is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 182 | 58 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.16 |
| HSL | 47.39º | 0.66% | 0.54% | - |
| HSV(B) | 47.39º | 0.73% | 0.84% | - |
| XYZ | 45.52 | 48.21 | 10.91 | - |
| YUV | 177.73 | 60.43 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 182 | 58 | 0 | 0.15 | 0.73 | 0.16 | 47.39 | 0.66 | 0.54 |
| Hex | D7 | B6 | 3A | 0 | F | 49 | 10 | 2F | 42 | 36 |
| Octal | 327 | 266 | 72 | 0 | 17 | 111 | 20 | 57 | 102 | 66 |
| Binary | 11010111 | 10110110 | 111010 | 0 | 1111 | 1001001 | 10000 | 101111 | 1000010 | 110110 |
Color Harmonies of #D7B63A
Complementary color
Monochromatic Colors of #D7B63A
Black with #D7B63A
Text Example
Text Example
White with #D7B63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B63A; }
p { color: rgb(215,182,58); }
H1.HeaderClassName
{
color: #D7B63A;
}
.AnyTagClassName
{
color: #D7B63A;
}
</style>
background-color css
<style>
a { background-color: #D7B63A; }
a { background-color: rgb(215,182,58); }
div.DivClassName
{
background-color: #D7B63A;
}
.BgClassName
{
background-color: #D7B63A;
}
</style>
border-color css
<style>
span { border-color: #D7B63A; }
span { border-color: rgb(215,182,58); }
td.TdClassName
{
border-color: #D7B63A;
}
.TagClassName
{
border-color: #D7B63A;
}
</style>