#D4AD47

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

Shades of Metallic Gold #D4AD47

Tints of Metallic Gold #D4AD47

Color information

#D4AD47 (or 0xD4AD47) is unknown color: approx Metallic Gold. HEX triplet: D4, AD and 47. RGB value is (212,173,71). Sum of RGB (Red+Green+Blue) = 212+173+71=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 71 (28.12% from 255 or 15.57% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AD47 is #2B52B8. Grayscale: #ADADAD. Windows color (decimal): -2839225 or 4697556. OLE color: 4697556.

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

Color convert

RGB21217371-
CMYK00.180.670.17
HSL43.4º62.11%55.49%-
HSV(B)43.4º66.51%83.14%-
XYZ43.2344.3412.24-
YUV173.0370.42155.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.49%
GREEN value IS 173 (67.97% from 255) = 37.94%
BLUE value IS 71 (28.12% from 255) = 15.57%
R=46.49%
G=37.94%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121737100.180.670.1743.462.1155.49
HexD4AD4701243112b3e37
Octal32425510702210321537667
Binary11010100101011011000111010010100001110001101011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AD47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AD47; }

 p { color: rgb(212,173,71); }

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

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

 a { background-color: rgb(212,173,71); }

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

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

 span { border-color: rgb(212,173,71); }

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