#D3AE41

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

Shades of Metallic Gold #D3AE41

Tints of Metallic Gold #D3AE41

Color information

#D3AE41 (or 0xD3AE41) is unknown color: approx Metallic Gold. HEX triplet: D3, AE and 41. RGB value is (211,174,65). Sum of RGB (Red+Green+Blue) = 211+174+65=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 65 (25.78% from 255 or 14.44% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AE41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AE41 is #2C51BE. Grayscale: #ADADAD. Windows color (decimal): -2904511 or 4304595. OLE color: 4304595.

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

Color convert

RGB21117465-
CMYK00.180.690.17
HSL44.79º62.39%54.12%-
HSV(B)44.79º69.19%82.75%-
XYZ42.9544.511.33-
YUV172.6467.26155.36-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.89%
GREEN value IS 174 (68.36% from 255) = 38.67%
BLUE value IS 65 (25.78% from 255) = 14.44%
R=46.89%
G=38.67%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111746500.180.690.1744.7962.3954.12
HexD3AE4101245112d3e36
Octal32325610102210521557666
Binary11010011101011101000001010010100010110001101101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AE41; }

 p { color: rgb(211,174,65); }

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

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

 a { background-color: rgb(211,174,65); }

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

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

 span { border-color: rgb(211,174,65); }

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