#D1A63F

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

Shades of Metallic Gold #D1A63F

Tints of Metallic Gold #D1A63F

Color information

#D1A63F (or 0xD1A63F) is unknown color: approx Metallic Gold. HEX triplet: D1, A6 and 3F. RGB value is (209,166,63). Sum of RGB (Red+Green+Blue) = 209+166+63=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 63 (25% from 255 or 14.38% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A63F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A63F is #2E59C0. Grayscale: #A7A7A7. Windows color (decimal): -3037633 or 4171473. OLE color: 4171473.

HSL color Cylindrical-coordinate representation of color #D1A63F: hue angle of 42.33º degrees, saturation: 0.61, 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 #D1A63F is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB20916663-
CMYK00.210.700.18
HSL42.33º61.34%53.33%-
HSV(B)42.33º69.86%81.96%-
XYZ40.8341.1910.5-
YUV167.1169.25157.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.72%
GREEN value IS 166 (65.23% from 255) = 37.90%
BLUE value IS 63 (25% from 255) = 14.38%
R=47.72%
G=37.90%
B=14.38%

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
Decimal2091666300.210.700.1842.3361.3453.33
HexD1A63F01546122a3d35
Octal3212467702510622527565
Binary1101000110100110111111010101100011010010101010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A63F; }

 p { color: rgb(209,166,63); }

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

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

 a { background-color: rgb(209,166,63); }

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

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

 span { border-color: rgb(209,166,63); }

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