#D4A039

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

Shades of Metallic Gold #D4A039

Tints of Metallic Gold #D4A039

Color information

#D4A039 (or 0xD4A039) is unknown color: approx Metallic Gold. HEX triplet: D4, A0 and 39. RGB value is (212,160,57). Sum of RGB (Red+Green+Blue) = 212+160+57=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 57 (22.66% from 255 or 13.29% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A039 is #2B5FC6. Grayscale: #A4A4A4. Windows color (decimal): -2842567 or 3776724. OLE color: 3776724.

HSL color Cylindrical-coordinate representation of color #D4A039: hue angle of 39.87º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D4A039 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB21216057-
CMYK00.250.730.17
HSL39.87º64.32%52.75%-
HSV(B)39.87º73.11%83.14%-
XYZ40.4639.439.35-
YUV163.8167.73162.38-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.42%
GREEN value IS 160 (62.89% from 255) = 37.30%
BLUE value IS 57 (22.66% from 255) = 13.29%
R=49.42%
G=37.30%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121605700.250.730.1739.8764.3252.75
HexD4A0390194911284035
Octal32424071031111215010065
Binary11010100101000001110010110011001001100011010001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A039; }

 p { color: rgb(212,160,57); }

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

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

 a { background-color: rgb(212,160,57); }

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

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

 span { border-color: rgb(212,160,57); }

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