#D1A542

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

Shades of Metallic Gold #D1A542

Tints of Metallic Gold #D1A542

Color information

#D1A542 (or 0xD1A542) is unknown color: approx Metallic Gold. HEX triplet: D1, A5 and 42. RGB value is (209,165,66). Sum of RGB (Red+Green+Blue) = 209+165+66=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A542 is #2E5ABD. Grayscale: #A7A7A7. Windows color (decimal): -3037886 or 4367825. OLE color: 4367825.

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

Color convert

RGB20916566-
CMYK00.210.680.18
HSL41.54º60.85%53.92%-
HSV(B)41.54º68.42%81.96%-
XYZ40.7340.8610.89-
YUV166.8771.08158.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.5%
GREEN value IS 165 (64.84% from 255) = 37.5%
BLUE value IS 66 (26.17% from 255) = 15%
R=47.5%
G=37.5%
B=15%

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
Decimal2091656600.210.680.1841.5460.8553.92
HexD1A54201544122a3d36
Octal32124510202510422527566
Binary11010001101001011000010010101100010010010101010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A542; }

 p { color: rgb(209,165,66); }

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

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

 a { background-color: rgb(209,165,66); }

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

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

 span { border-color: rgb(209,165,66); }

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