#D1A53E

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

Shades of Metallic Gold #D1A53E

Tints of Metallic Gold #D1A53E

Color information

#D1A53E (or 0xD1A53E) is unknown color: approx Metallic Gold. HEX triplet: D1, A5 and 3E. RGB value is (209,165,62). Sum of RGB (Red+Green+Blue) = 209+165+62=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 62 (24.61% from 255 or 14.22% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A53E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A53E is #2E5AC1. Grayscale: #A6A6A6. Windows color (decimal): -3037890 or 4105681. OLE color: 4105681.

HSL color Cylindrical-coordinate representation of color #D1A53E: hue angle of 42.04º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1A53E is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB20916562-
CMYK00.210.700.18
HSL42.04º61.51%53.14%-
HSV(B)42.04º70.33%81.96%-
XYZ40.6240.8110.29-
YUV166.4169.08158.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.94%
GREEN value IS 165 (64.84% from 255) = 37.84%
BLUE value IS 62 (24.61% from 255) = 14.22%
R=47.94%
G=37.84%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091656200.210.700.1842.0461.5153.14
HexD1A53E01546122a3e35
Octal3212457602510622527665
Binary1101000110100101111110010101100011010010101010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A53E; }

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

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

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

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

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

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

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

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