#D7A931

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

Shades of Metallic Gold #D7A931

Tints of Metallic Gold #D7A931

Color information

#D7A931 (or 0xD7A931) is unknown color: approx Metallic Gold. HEX triplet: D7, A9 and 31. RGB value is (215,169,49). Sum of RGB (Red+Green+Blue) = 215+169+49=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 49 (19.53% from 255 or 11.32% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A931 is #2856CE. Grayscale: #A9A9A9. Windows color (decimal): -2643663 or 3254743. OLE color: 3254743.

HSL color Cylindrical-coordinate representation of color #D7A931: hue angle of 43.37º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7A931 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB21516949-
CMYK00.210.770.16
HSL43.37º67.48%51.76%-
HSV(B)43.37º77.21%84.31%-
XYZ42.7743.048.96-
YUV169.0760.24160.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.65%
GREEN value IS 169 (66.41% from 255) = 39.03%
BLUE value IS 49 (19.53% from 255) = 11.32%
R=49.65%
G=39.03%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151694900.210.770.1643.3767.4851.76
HexD7A9310154D102b4334
Octal32725161025115205310364
Binary11010111101010011100010101011001101100001010111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A931; }

 p { color: rgb(215,169,49); }

 H1.HeaderClassName
 {
   color: #D7A931;
 }
 .AnyTagClassName
 {
   color: #D7A931;
 }
</style>
background-color css

<style>
 a { background-color: #D7A931; }

 a { background-color: rgb(215,169,49); }

 div.DivClassName
 {
   background-color: #D7A931;
 }
 .BgClassName
 {
   background-color: #D7A931;
 }
</style>
border-color css

<style>
 span { border-color: #D7A931; }

 span { border-color: rgb(215,169,49); }

 td.TdClassName
 {
   border-color: #D7A931;
 }
 .TagClassName
 {
   border-color: #D7A931;
 }
</style>