#D7B63A

Color #D7B63A Metallic Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Gold #D7B63A

Tints of Metallic Gold #D7B63A

Color information

#D7B63A (or 0xD7B63A) is unknown color: approx 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

RGB21518258-
CMYK00.150.730.16
HSL47.39º66.24%53.53%-
HSV(B)47.39º73.02%84.31%-
XYZ45.5248.2110.91-
YUV177.7360.43154.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 47.25%
GREEN value IS 182 (71.48% from 255) = 40%
BLUE value IS 58 (23.05% from 255) = 12.75%
R=47.25%
G=40%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151825800.150.730.1647.3966.2453.53
HexD7B63A0F49102f4236
Octal32726672017111205710266
Binary1101011110110110111010011111001001100001011111000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>