#d1a141

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

Shades of Metallic Gold #D1A141

Tints of Metallic Gold #D1A141

Color information

#D1A141 (or 0xD1A141) is unknown color: approx Metallic Gold. HEX triplet: D1, A1 and 41. RGB value is (209,161,65). Sum of RGB (Red+Green+Blue) = 209+161+65=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A141 is #2E5EBE. Grayscale: #A4A4A4. Windows color (decimal): -3038911 or 4301265. OLE color: 4301265.

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

Color convert

RGB20916165-
CMYK00.230.690.18
HSL40º61.02%53.73%-
HSV(B)40º68.9%81.96%-
XYZ39.9939.4310.5-
YUV164.4171.9159.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.05%
GREEN value IS 161 (63.28% from 255) = 37.01%
BLUE value IS 65 (25.78% from 255) = 14.94%
R=48.05%
G=37.01%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091616500.230.690.184061.0253.73
HexD1A1410174512283d36
Octal32124110102710522507566
Binary11010001101000011000001010111100010110010101000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1a141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1a141; }

 p { color: rgb(209,161,65); }

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

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

 a { background-color: rgb(209,161,65); }

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

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

 span { border-color: rgb(209,161,65); }

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