#D2A439

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

Shades of Metallic Gold #D2A439

Tints of Metallic Gold #D2A439

Color information

#D2A439 (or 0xD2A439) is unknown color: approx Metallic Gold. HEX triplet: D2, A4 and 39. RGB value is (210,164,57). Sum of RGB (Red+Green+Blue) = 210+164+57=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 57 (22.66% from 255 or 13.23% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A439 is #2D5BC6. Grayscale: #A6A6A6. Windows color (decimal): -2972615 or 3777746. OLE color: 3777746.

HSL color Cylindrical-coordinate representation of color #D2A439: hue angle of 41.96º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2A439 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB21016457-
CMYK00.220.730.18
HSL41.96º62.96%52.35%-
HSV(B)41.96º72.86%82.35%-
XYZ40.5940.559.56-
YUV165.5666.74159.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.72%
GREEN value IS 164 (64.45% from 255) = 38.05%
BLUE value IS 57 (22.66% from 255) = 13.23%
R=48.72%
G=38.05%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101645700.220.730.1841.9662.9652.35
HexD2A43901649122a3f34
Octal3222447102611122527764
Binary1101001010100100111001010110100100110010101010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A439; }

 p { color: rgb(210,164,57); }

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

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

 a { background-color: rgb(210,164,57); }

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

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

 span { border-color: rgb(210,164,57); }

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