#D1A841

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

Shades of Metallic Gold #D1A841

Tints of Metallic Gold #D1A841

Color information

#D1A841 (or 0xD1A841) is unknown color: approx Metallic Gold. HEX triplet: D1, A8 and 41. RGB value is (209,168,65). Sum of RGB (Red+Green+Blue) = 209+168+65=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 65 (25.78% from 255 or 14.71% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A841 is #2E57BE. Grayscale: #A8A8A8. Windows color (decimal): -3037119 or 4303057. OLE color: 4303057.

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

Color convert

RGB20916865-
CMYK00.200.690.18
HSL42.92º61.02%53.73%-
HSV(B)42.92º68.9%81.96%-
XYZ41.2541.9410.92-
YUV168.5269.58156.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.29%
GREEN value IS 168 (66.02% from 255) = 38.01%
BLUE value IS 65 (25.78% from 255) = 14.71%
R=47.29%
G=38.01%
B=14.71%

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
Decimal2091686500.200.690.1842.9261.0253.73
HexD1A84101445122b3d36
Octal32125010102410522537566
Binary11010001101010001000001010100100010110010101011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A841; }

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

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

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

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

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

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

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

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