#D3A342

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

Shades of Metallic Gold #D3A342

Tints of Metallic Gold #D3A342

Color information

#D3A342 (or 0xD3A342) is unknown color: approx Metallic Gold. HEX triplet: D3, A3 and 42. RGB value is (211,163,66). Sum of RGB (Red+Green+Blue) = 211+163+66=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A342 is #2C5CBD. Grayscale: #A6A6A6. Windows color (decimal): -2907326 or 4367315. OLE color: 4367315.

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

Color convert

RGB21116366-
CMYK00.230.690.17
HSL40.14º62.23%54.31%-
HSV(B)40.14º68.72%82.75%-
XYZ40.9440.4410.8-
YUV166.2971.4159.89-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.95%
GREEN value IS 163 (64.06% from 255) = 37.05%
BLUE value IS 66 (26.17% from 255) = 15%
R=47.95%
G=37.05%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111636600.230.690.1740.1462.2354.31
HexD3A3420174511283e36
Octal32324310202710521507666
Binary11010011101000111000010010111100010110001101000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A342; }

 p { color: rgb(211,163,66); }

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

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

 a { background-color: rgb(211,163,66); }

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

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

 span { border-color: rgb(211,163,66); }

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