#D1A938

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

Shades of Metallic Gold #D1A938

Tints of Metallic Gold #D1A938

Color information

#D1A938 (or 0xD1A938) is unknown color: approx Metallic Gold. HEX triplet: D1, A9 and 38. RGB value is (209,169,56). Sum of RGB (Red+Green+Blue) = 209+169+56=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 56 (22.27% from 255 or 12.90% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A938 is #2E56C7. Grayscale: #A8A8A8. Windows color (decimal): -3036872 or 3713489. OLE color: 3713489.

HSL color Cylindrical-coordinate representation of color #D1A938: hue angle of 44.31º 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 #D1A938 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB20916956-
CMYK00.190.730.18
HSL44.31º62.45%51.96%-
HSV(B)44.31º73.21%81.96%-
XYZ41.242.229.72-
YUV168.0864.75157.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.16%
GREEN value IS 169 (66.41% from 255) = 38.94%
BLUE value IS 56 (22.27% from 255) = 12.90%
R=48.16%
G=38.94%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091695600.190.730.1844.3162.4551.96
HexD1A93801349122c3e34
Octal3212517002311122547664
Binary1101000110101001111000010011100100110010101100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A938; }

 p { color: rgb(209,169,56); }

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

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

 a { background-color: rgb(209,169,56); }

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

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

 span { border-color: rgb(209,169,56); }

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