#D5A03A

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

Shades of Metallic Gold #D5A03A

Tints of Metallic Gold #D5A03A

Color information

#D5A03A (or 0xD5A03A) is unknown color: approx Metallic Gold. HEX triplet: D5, A0 and 3A. RGB value is (213,160,58). Sum of RGB (Red+Green+Blue) = 213+160+58=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A03A is #2A5FC5. Grayscale: #A4A4A4. Windows color (decimal): -2777030 or 3842261. OLE color: 3842261.

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

Color convert

RGB21316058-
CMYK00.250.730.16
HSL39.48º64.85%53.14%-
HSV(B)39.48º72.77%83.53%-
XYZ40.7839.599.5-
YUV164.2268.06162.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.42%
GREEN value IS 160 (62.89% from 255) = 37.12%
BLUE value IS 58 (23.05% from 255) = 13.46%
R=49.42%
G=37.12%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131605800.250.730.1639.4864.8553.14
HexD5A03A0194910274135
Octal32524072031111204710165
Binary11010101101000001110100110011001001100001001111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A03A; }

 p { color: rgb(213,160,58); }

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

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

 a { background-color: rgb(213,160,58); }

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

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

 span { border-color: rgb(213,160,58); }

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