#D5A639

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

Shades of Metallic Gold #D5A639

Tints of Metallic Gold #D5A639

Color information

#D5A639 (or 0xD5A639) is unknown color: approx Metallic Gold. HEX triplet: D5, A6 and 39. RGB value is (213,166,57). Sum of RGB (Red+Green+Blue) = 213+166+57=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 57 (22.66% from 255 or 13.07% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A639 is #2A59C6. Grayscale: #A8A8A8. Windows color (decimal): -2775495 or 3778261. OLE color: 3778261.

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

Color convert

RGB21316657-
CMYK00.220.730.16
HSL41.92º65%52.94%-
HSV(B)41.92º73.24%83.53%-
XYZ41.8241.719.72-
YUV167.6365.57160.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.85%
GREEN value IS 166 (65.23% from 255) = 38.07%
BLUE value IS 57 (22.66% from 255) = 13.07%
R=48.85%
G=38.07%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131665700.220.730.1641.926552.94
HexD5A63901649102a4135
Octal32524671026111205210165
Binary11010101101001101110010101101001001100001010101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A639; }

 p { color: rgb(213,166,57); }

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

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

 a { background-color: rgb(213,166,57); }

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

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

 span { border-color: rgb(213,166,57); }

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