#D1A643

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

Shades of Metallic Gold #D1A643

Tints of Metallic Gold #D1A643

Color information

#D1A643 (or 0xD1A643) is unknown color: approx Metallic Gold. HEX triplet: D1, A6 and 43. RGB value is (209,166,67). Sum of RGB (Red+Green+Blue) = 209+166+67=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 67 (26.56% from 255 or 15.16% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A643 is #2E59BC. Grayscale: #A8A8A8. Windows color (decimal): -3037629 or 4433617. OLE color: 4433617.

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

Color convert

RGB20916667-
CMYK00.210.680.18
HSL41.83º60.68%54.12%-
HSV(B)41.83º67.94%81.96%-
XYZ40.9441.2311.11-
YUV167.5771.25157.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.29%
GREEN value IS 166 (65.23% from 255) = 37.56%
BLUE value IS 67 (26.56% from 255) = 15.16%
R=47.29%
G=37.56%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091666700.210.680.1841.8360.6854.12
HexD1A64301544122a3d36
Octal32124610302510422527566
Binary11010001101001101000011010101100010010010101010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A643; }

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

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

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

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

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

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

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

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