#D1A03D

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

Shades of Metallic Gold #D1A03D

Tints of Metallic Gold #D1A03D

Color information

#D1A03D (or 0xD1A03D) is unknown color: approx Metallic Gold. HEX triplet: D1, A0 and 3D. RGB value is (209,160,61). Sum of RGB (Red+Green+Blue) = 209+160+61=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A03D is #2E5FC2. Grayscale: #A3A3A3. Windows color (decimal): -3039171 or 4038865. OLE color: 4038865.

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

Color convert

RGB20916061-
CMYK00.230.710.18
HSL40.14º61.67%52.94%-
HSV(B)40.14º70.81%81.96%-
XYZ39.7139.039.86-
YUV163.3670.23160.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.60%
GREEN value IS 160 (62.89% from 255) = 37.21%
BLUE value IS 61 (24.22% from 255) = 14.19%
R=48.60%
G=37.21%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091606100.230.710.1840.1461.6752.94
HexD1A03D0174712283e35
Octal3212407502710722507665
Binary1101000110100000111101010111100011110010101000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A03D; }

 p { color: rgb(209,160,61); }

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

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

 a { background-color: rgb(209,160,61); }

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

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

 span { border-color: rgb(209,160,61); }

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