#D3A336

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

Shades of Metallic Gold #D3A336

Tints of Metallic Gold #D3A336

Color information

#D3A336 (or 0xD3A336) is unknown color: approx Metallic Gold. HEX triplet: D3, A3 and 36. RGB value is (211,163,54). Sum of RGB (Red+Green+Blue) = 211+163+54=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 54 (21.48% from 255 or 12.62% from 428); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A336 is #2C5CC9. Grayscale: #A5A5A5. Windows color (decimal): -2907338 or 3580883. OLE color: 3580883.

HSL color Cylindrical-coordinate representation of color #D3A336: hue angle of 41.66º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3A336 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB21116354-
CMYK00.230.740.17
HSL41.66º64.08%51.96%-
HSV(B)41.66º74.41%82.75%-
XYZ40.6340.319.13-
YUV164.9365.4160.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.30%
GREEN value IS 163 (64.06% from 255) = 38.08%
BLUE value IS 54 (21.48% from 255) = 12.62%
R=49.30%
G=38.08%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.74
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111635400.230.740.1741.6664.0851.96
HexD3A3360174A112a4034
Octal32324366027112215210064
Binary11010011101000111101100101111001010100011010101000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A336; }

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

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

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

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

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

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

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

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