#D4AC2D

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

Shades of Metallic Gold #D4AC2D

Tints of Metallic Gold #D4AC2D

Color information

#D4AC2D (or 0xD4AC2D) is unknown color: approx Metallic Gold. HEX triplet: D4, AC and 2D. RGB value is (212,172,45). Sum of RGB (Red+Green+Blue) = 212+172+45=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AC2D is #2B53D2. Grayscale: #AAAAAA. Windows color (decimal): -2839507 or 2993364. OLE color: 2993364.

HSL color Cylindrical-coordinate representation of color #D4AC2D: hue angle of 45.63º 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 #D4AC2D is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB21217245-
CMYK00.190.790.17
HSL45.63º66.01%50.39%-
HSV(B)45.63º78.77%83.14%-
XYZ42.3843.698.68-
YUV169.4857.75158.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.42%
GREEN value IS 172 (67.58% from 255) = 40.09%
BLUE value IS 45 (17.97% from 255) = 10.49%
R=49.42%
G=40.09%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121724500.190.790.1745.6366.0150.39
HexD4AC2D0134F112e4232
Octal32425455023117215610262
Binary11010100101011001011010100111001111100011011101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AC2D; }

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

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

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

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

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

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

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

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