#D4AE2D

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

Shades of Metallic Gold #D4AE2D

Tints of Metallic Gold #D4AE2D

Color information

#D4AE2D (or 0xD4AE2D) is unknown color: approx Metallic Gold. HEX triplet: D4, AE and 2D. RGB value is (212,174,45). Sum of RGB (Red+Green+Blue) = 212+174+45=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AE2D is #2B51D2. Grayscale: #ABABAB. Windows color (decimal): -2838995 or 2993876. OLE color: 2993876.

HSL color Cylindrical-coordinate representation of color #D4AE2D: hue angle of 46.35º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4AE2D is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB21217445-
CMYK00.180.790.17
HSL46.35º66.01%50.39%-
HSV(B)46.35º78.77%83.14%-
XYZ42.7644.468.81-
YUV170.6657.09157.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.19%
GREEN value IS 174 (68.36% from 255) = 40.37%
BLUE value IS 45 (17.97% from 255) = 10.44%
R=49.19%
G=40.37%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121744500.180.790.1746.3566.0150.39
HexD4AE2D0124F112e4232
Octal32425655022117215610262
Binary11010100101011101011010100101001111100011011101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AE2D; }

 p { color: rgb(212,174,45); }

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

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

 a { background-color: rgb(212,174,45); }

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

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

 span { border-color: rgb(212,174,45); }

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