#D3AE46

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

Shades of Metallic Gold #D3AE46

Tints of Metallic Gold #D3AE46

Color information

#D3AE46 (or 0xD3AE46) is unknown color: approx Metallic Gold. HEX triplet: D3, AE and 46. RGB value is (211,174,70). Sum of RGB (Red+Green+Blue) = 211+174+70=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AE46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AE46 is #2C51B9. Grayscale: #ADADAD. Windows color (decimal): -2904506 or 4632275. OLE color: 4632275.

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

Color convert

RGB21117470-
CMYK00.180.670.17
HSL44.26º61.57%55.1%-
HSV(B)44.26º66.82%82.75%-
XYZ43.1144.5612.12-
YUV173.2169.76154.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.37%
GREEN value IS 174 (68.36% from 255) = 38.24%
BLUE value IS 70 (27.73% from 255) = 15.38%
R=46.37%
G=38.24%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111747000.180.670.1744.2661.5755.1
HexD3AE4601243112c3e37
Octal32325610602210321547667
Binary11010011101011101000110010010100001110001101100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AE46; }

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

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

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

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

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

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

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

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