#D1A443

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

Shades of Metallic Gold #D1A443

Tints of Metallic Gold #D1A443

Color information

#D1A443 (or 0xD1A443) is unknown color: approx Metallic Gold. HEX triplet: D1, A4 and 43. RGB value is (209,164,67). Sum of RGB (Red+Green+Blue) = 209+164+67=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 67 (26.56% from 255 or 15.23% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A443 is #2E5BBC. Grayscale: #A6A6A6. Windows color (decimal): -3038141 or 4433105. OLE color: 4433105.

HSL color Cylindrical-coordinate representation of color #D1A443: hue angle of 40.99º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1A443 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB20916467-
CMYK00.220.680.18
HSL40.99º60.68%54.12%-
HSV(B)40.99º67.94%81.96%-
XYZ40.5840.5110.99-
YUV166.471.91158.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.5%
GREEN value IS 164 (64.45% from 255) = 37.27%
BLUE value IS 67 (26.56% from 255) = 15.23%
R=47.5%
G=37.27%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091646700.220.680.1840.9960.6854.12
HexD1A4430164412293d36
Octal32124410302610422517566
Binary11010001101001001000011010110100010010010101001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A443; }

 p { color: rgb(209,164,67); }

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

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

 a { background-color: rgb(209,164,67); }

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

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

 span { border-color: rgb(209,164,67); }

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