#D1A93A

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

Shades of Metallic Gold #D1A93A

Tints of Metallic Gold #D1A93A

Color information

#D1A93A (or 0xD1A93A) is unknown color: approx Metallic Gold. HEX triplet: D1, A9 and 3A. RGB value is (209,169,58). Sum of RGB (Red+Green+Blue) = 209+169+58=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A93A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A93A is #2E56C5. Grayscale: #A8A8A8. Windows color (decimal): -3036870 or 3844561. OLE color: 3844561.

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

Color convert

RGB20916958-
CMYK00.190.720.18
HSL44.11º62.14%52.35%-
HSV(B)44.11º72.25%81.96%-
XYZ41.2542.249.98-
YUV168.3165.75157.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.94%
GREEN value IS 169 (66.41% from 255) = 38.76%
BLUE value IS 58 (23.05% from 255) = 13.30%
R=47.94%
G=38.76%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091695800.190.720.1844.1162.1452.35
HexD1A93A01348122c3e34
Octal3212517202311022547664
Binary1101000110101001111010010011100100010010101100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A93A; }

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

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

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

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

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

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

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

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