#D5A737

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

Shades of Metallic Gold #D5A737

Tints of Metallic Gold #D5A737

Color information

#D5A737 (or 0xD5A737) is unknown color: approx Metallic Gold. HEX triplet: D5, A7 and 37. RGB value is (213,167,55). Sum of RGB (Red+Green+Blue) = 213+167+55=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 55 (21.88% from 255 or 12.64% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A737 is #2A58C8. Grayscale: #A8A8A8. Windows color (decimal): -2775241 or 3647445. OLE color: 3647445.

HSL color Cylindrical-coordinate representation of color #D5A737: hue angle of 42.53º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5A737 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB21316755-
CMYK00.220.740.16
HSL42.53º65.29%52.55%-
HSV(B)42.53º74.18%83.53%-
XYZ41.9542.069.52-
YUV167.9964.24160.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.97%
GREEN value IS 167 (65.62% from 255) = 38.39%
BLUE value IS 55 (21.88% from 255) = 12.64%
R=48.97%
G=38.39%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131675500.220.740.1642.5365.2952.55
HexD5A7370164A102b4135
Octal32524767026112205310165
Binary11010101101001111101110101101001010100001010111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A737; }

 p { color: rgb(213,167,55); }

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

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

 a { background-color: rgb(213,167,55); }

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

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

 span { border-color: rgb(213,167,55); }

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