#D1A435

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

Shades of Metallic Gold #D1A435

Tints of Metallic Gold #D1A435

Color information

#D1A435 (or 0xD1A435) is unknown color: approx Metallic Gold. HEX triplet: D1, A4 and 35. RGB value is (209,164,53). Sum of RGB (Red+Green+Blue) = 209+164+53=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 53 (21.09% from 255 or 12.44% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A435 is #2E5BCA. Grayscale: #A5A5A5. Windows color (decimal): -3038155 or 3515601. OLE color: 3515601.

HSL color Cylindrical-coordinate representation of color #D1A435: hue angle of 42.69º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1A435 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB20916453-
CMYK00.220.750.18
HSL42.69º62.9%51.37%-
HSV(B)42.69º74.64%81.96%-
XYZ40.2140.369.04-
YUV164.864.91159.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.06%
GREEN value IS 164 (64.45% from 255) = 38.50%
BLUE value IS 53 (21.09% from 255) = 12.44%
R=49.06%
G=38.50%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091645300.220.750.1842.6962.951.37
HexD1A4350164B122b3f33
Octal3212446502611322537763
Binary1101000110100100110101010110100101110010101011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A435; }

 p { color: rgb(209,164,53); }

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

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

 a { background-color: rgb(209,164,53); }

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

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

 span { border-color: rgb(209,164,53); }

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