#D1A537

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

Shades of Metallic Gold #D1A537

Tints of Metallic Gold #D1A537

Color information

#D1A537 (or 0xD1A537) is unknown color: approx Metallic Gold. HEX triplet: D1, A5 and 37. RGB value is (209,165,55). Sum of RGB (Red+Green+Blue) = 209+165+55=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 55 (21.88% from 255 or 12.82% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A537 is #2E5AC8. Grayscale: #A6A6A6. Windows color (decimal): -3037897 or 3646929. OLE color: 3646929.

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

Color convert

RGB20916555-
CMYK00.210.740.18
HSL42.86º62.6%51.76%-
HSV(B)42.86º73.68%81.96%-
XYZ40.4440.749.35-
YUV165.6265.58158.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.72%
GREEN value IS 165 (64.84% from 255) = 38.46%
BLUE value IS 55 (21.88% from 255) = 12.82%
R=48.72%
G=38.46%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091655500.210.740.1842.8662.651.76
HexD1A5370154A122b3f34
Octal3212456702511222537764
Binary1101000110100101110111010101100101010010101011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A537; }

 p { color: rgb(209,165,55); }

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

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

 a { background-color: rgb(209,165,55); }

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

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

 span { border-color: rgb(209,165,55); }

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