#D2A934

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

Shades of Metallic Gold #D2A934

Tints of Metallic Gold #D2A934

Color information

#D2A934 (or 0xD2A934) is unknown color: approx Metallic Gold. HEX triplet: D2, A9 and 34. RGB value is (210,169,52). Sum of RGB (Red+Green+Blue) = 210+169+52=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 52 (20.70% from 255 or 12.06% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A934 is #2D56CB. Grayscale: #A8A8A8. Windows color (decimal): -2971340 or 3451346. OLE color: 3451346.

HSL color Cylindrical-coordinate representation of color #D2A934: hue angle of 44.43º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2A934 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB21016952-
CMYK00.200.750.18
HSL44.43º63.71%51.37%-
HSV(B)44.43º75.24%82.35%-
XYZ41.3942.339.24-
YUV167.9262.58158.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.72%
GREEN value IS 169 (66.41% from 255) = 39.21%
BLUE value IS 52 (20.70% from 255) = 12.06%
R=48.72%
G=39.21%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101695200.200.750.1844.4363.7151.37
HexD2A9340144B122c4033
Octal32225164024113225410063
Binary11010010101010011101000101001001011100101011001000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A934; }

 p { color: rgb(210,169,52); }

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

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

 a { background-color: rgb(210,169,52); }

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

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

 span { border-color: rgb(210,169,52); }

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