#D1A741

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

Shades of Metallic Gold #D1A741

Tints of Metallic Gold #D1A741

Color information

#D1A741 (or 0xD1A741) is unknown color: approx Metallic Gold. HEX triplet: D1, A7 and 41. RGB value is (209,167,65). Sum of RGB (Red+Green+Blue) = 209+167+65=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A741 is #2E58BE. Grayscale: #A8A8A8. Windows color (decimal): -3037375 or 4302801. OLE color: 4302801.

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

Color convert

RGB20916765-
CMYK00.200.690.18
HSL42.5º61.02%53.73%-
HSV(B)42.5º68.9%81.96%-
XYZ41.0741.5710.86-
YUV167.9369.91157.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.39%
GREEN value IS 167 (65.62% from 255) = 37.87%
BLUE value IS 65 (25.78% from 255) = 14.74%
R=47.39%
G=37.87%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091676500.200.690.1842.561.0253.73
HexD1A74101445122a3d36
Octal32124710102410522527566
Binary11010001101001111000001010100100010110010101010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A741; }

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

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

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

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

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

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

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

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