#d3a845

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

Shades of Metallic Gold #D3A845

Tints of Metallic Gold #D3A845

Color information

#D3A845 (or 0xD3A845) is unknown color: approx Metallic Gold. HEX triplet: D3, A8 and 45. RGB value is (211,168,69). Sum of RGB (Red+Green+Blue) = 211+168+69=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A845 is #2C57BA. Grayscale: #AAAAAA. Windows color (decimal): -2906043 or 4565203. OLE color: 4565203.

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

Color convert

RGB21116869-
CMYK00.200.670.17
HSL41.83º61.74%54.9%-
HSV(B)41.83º67.3%82.75%-
XYZ41.9442.2811.58-
YUV169.5771.25157.55-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.10%
GREEN value IS 168 (66.02% from 255) = 37.5%
BLUE value IS 69 (27.34% from 255) = 15.40%
R=47.10%
G=37.5%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111686900.200.670.1741.8361.7454.9
HexD3A84501443112a3e37
Octal32325010502410321527667
Binary11010011101010001000101010100100001110001101010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3a845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3a845; }

 p { color: rgb(211,168,69); }

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

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

 a { background-color: rgb(211,168,69); }

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

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

 span { border-color: rgb(211,168,69); }

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