#D3A73F

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

Shades of Metallic Gold #D3A73F

Tints of Metallic Gold #D3A73F

Color information

#D3A73F (or 0xD3A73F) is unknown color: approx Metallic Gold. HEX triplet: D3, A7 and 3F. RGB value is (211,167,63). Sum of RGB (Red+Green+Blue) = 211+167+63=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A73F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A73F is #2C58C0. Grayscale: #A8A8A8. Windows color (decimal): -2906305 or 4171731. OLE color: 4171731.

HSL color Cylindrical-coordinate representation of color #D3A73F: hue angle of 42.16º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3A73F is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB21116763-
CMYK00.210.700.17
HSL42.16º62.71%53.73%-
HSV(B)42.16º70.14%82.75%-
XYZ41.5841.8510.59-
YUV168.368.58158.46-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.85%
GREEN value IS 167 (65.62% from 255) = 37.87%
BLUE value IS 63 (25% from 255) = 14.29%
R=47.85%
G=37.87%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111676300.210.700.1742.1662.7153.73
HexD3A73F01546112a3f36
Octal3232477702510621527766
Binary1101001110100111111111010101100011010001101010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A73F; }

 p { color: rgb(211,167,63); }

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

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

 a { background-color: rgb(211,167,63); }

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

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

 span { border-color: rgb(211,167,63); }

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