#D1A239

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

Shades of Metallic Gold #D1A239

Tints of Metallic Gold #D1A239

Color information

#D1A239 (or 0xD1A239) is unknown color: approx Metallic Gold. HEX triplet: D1, A2 and 39. RGB value is (209,162,57). Sum of RGB (Red+Green+Blue) = 209+162+57=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 57 (22.66% from 255 or 13.32% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A239 is #2E5DC6. Grayscale: #A4A4A4. Windows color (decimal): -3038663 or 3777233. OLE color: 3777233.

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

Color convert

RGB20916257-
CMYK00.220.730.18
HSL41.45º62.3%52.16%-
HSV(B)41.45º72.73%81.96%-
XYZ39.9539.699.43-
YUV164.0867.57160.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.83%
GREEN value IS 162 (63.67% from 255) = 37.85%
BLUE value IS 57 (22.66% from 255) = 13.32%
R=48.83%
G=37.85%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091625700.220.730.1841.4562.352.16
HexD1A2390164912293e34
Octal3212427102611122517664
Binary1101000110100010111001010110100100110010101001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A239; }

 p { color: rgb(209,162,57); }

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

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

 a { background-color: rgb(209,162,57); }

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

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

 span { border-color: rgb(209,162,57); }

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