#D4AF46

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

Shades of Metallic Gold #D4AF46

Tints of Metallic Gold #D4AF46

Color information

#D4AF46 (or 0xD4AF46) is unknown color: approx Metallic Gold. HEX triplet: D4, AF and 46. RGB value is (212,175,70). Sum of RGB (Red+Green+Blue) = 212+175+70=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AF46 is #2B50B9. Grayscale: #AEAEAE. Windows color (decimal): -2838714 or 4632532. OLE color: 4632532.

HSL color Cylindrical-coordinate representation of color #D4AF46: hue angle of 44.37º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4AF46 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB21217570-
CMYK00.170.670.17
HSL44.37º62.28%55.29%-
HSV(B)44.37º66.98%83.14%-
XYZ43.5945.112.2-
YUV174.0969.26155.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.39%
GREEN value IS 175 (68.75% from 255) = 38.29%
BLUE value IS 70 (27.73% from 255) = 15.32%
R=46.39%
G=38.29%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121757000.170.670.1744.3762.2855.29
HexD4AF4601143112c3e37
Octal32425710602110321547667
Binary11010100101011111000110010001100001110001101100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AF46; }

 p { color: rgb(212,175,70); }

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

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

 a { background-color: rgb(212,175,70); }

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

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

 span { border-color: rgb(212,175,70); }

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