#D4AE2E

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

Shades of Metallic Gold #D4AE2E

Tints of Metallic Gold #D4AE2E

Color information

#D4AE2E (or 0xD4AE2E) is unknown color: approx Metallic Gold. HEX triplet: D4, AE and 2E. RGB value is (212,174,46). Sum of RGB (Red+Green+Blue) = 212+174+46=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 46 (18.36% from 255 or 10.65% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AE2E is #2B51D1. Grayscale: #ABABAB. Windows color (decimal): -2838994 or 3059412. OLE color: 3059412.

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

Color convert

RGB21217446-
CMYK00.180.780.17
HSL46.27º65.87%50.59%-
HSV(B)46.27º78.3%83.14%-
XYZ42.7844.478.91-
YUV170.7757.59157.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.07%
GREEN value IS 174 (68.36% from 255) = 40.28%
BLUE value IS 46 (18.36% from 255) = 10.65%
R=49.07%
G=40.28%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121744600.180.780.1746.2765.8750.59
HexD4AE2E0124E112e4233
Octal32425656022116215610263
Binary11010100101011101011100100101001110100011011101000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AE2E; }

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

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

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

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

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

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

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

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