#D5A837

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

Shades of Metallic Gold #D5A837

Tints of Metallic Gold #D5A837

Color information

#D5A837 (or 0xD5A837) is unknown color: approx Metallic Gold. HEX triplet: D5, A8 and 37. RGB value is (213,168,55). Sum of RGB (Red+Green+Blue) = 213+168+55=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 55 (21.88% from 255 or 12.61% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A837 is #2A57C8. Grayscale: #A9A9A9. Windows color (decimal): -2774985 or 3647701. OLE color: 3647701.

HSL color Cylindrical-coordinate representation of color #D5A837: hue angle of 42.91º 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 #D5A837 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB21316855-
CMYK00.210.740.16
HSL42.91º65.29%52.55%-
HSV(B)42.91º74.18%83.53%-
XYZ42.1342.439.58-
YUV168.5763.91159.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.85%
GREEN value IS 168 (66.02% from 255) = 38.53%
BLUE value IS 55 (21.88% from 255) = 12.61%
R=48.85%
G=38.53%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131685500.210.740.1642.9165.2952.55
HexD5A8370154A102b4135
Octal32525067025112205310165
Binary11010101101010001101110101011001010100001010111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A837; }

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

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

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

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

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

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

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

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