#D1AE3A

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

Shades of Metallic Gold #D1AE3A

Tints of Metallic Gold #D1AE3A

Color information

#D1AE3A (or 0xD1AE3A) is unknown color: approx Metallic Gold. HEX triplet: D1, AE and 3A. RGB value is (209,174,58). Sum of RGB (Red+Green+Blue) = 209+174+58=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 58 (23.05% from 255 or 13.15% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AE3A is #2E51C5. Grayscale: #ABABAB. Windows color (decimal): -3035590 or 3845841. OLE color: 3845841.

HSL color Cylindrical-coordinate representation of color #D1AE3A: hue angle of 46.09º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1AE3A is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB20917458-
CMYK00.170.720.18
HSL46.09º62.14%52.35%-
HSV(B)46.09º72.25%81.96%-
XYZ42.1944.1310.3-
YUV171.2464.1154.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.39%
GREEN value IS 174 (68.36% from 255) = 39.46%
BLUE value IS 58 (23.05% from 255) = 13.15%
R=47.39%
G=39.46%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091745800.170.720.1846.0962.1452.35
HexD1AE3A01148122e3e34
Octal3212567202111022567664
Binary1101000110101110111010010001100100010010101110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AE3A; }

 p { color: rgb(209,174,58); }

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

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

 a { background-color: rgb(209,174,58); }

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

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

 span { border-color: rgb(209,174,58); }

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