#D1AC35

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

Shades of Metallic Gold #D1AC35

Tints of Metallic Gold #D1AC35

Color information

#D1AC35 (or 0xD1AC35) is unknown color: approx Metallic Gold. HEX triplet: D1, AC and 35. RGB value is (209,172,53). Sum of RGB (Red+Green+Blue) = 209+172+53=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AC35 is #2E53CA. Grayscale: #AAAAAA. Windows color (decimal): -3036107 or 3517649. OLE color: 3517649.

HSL color Cylindrical-coordinate representation of color #D1AC35: hue angle of 45.77º 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 #D1AC35 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB20917253-
CMYK00.180.750.18
HSL45.77º62.9%51.37%-
HSV(B)45.77º74.64%81.96%-
XYZ41.6943.329.53-
YUV169.562.26156.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.16%
GREEN value IS 172 (67.58% from 255) = 39.63%
BLUE value IS 53 (21.09% from 255) = 12.21%
R=48.16%
G=39.63%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091725300.180.750.1845.7762.951.37
HexD1AC350124B122e3f33
Octal3212546502211322567763
Binary1101000110101100110101010010100101110010101110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AC35; }

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

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

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

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

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

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

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

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