#D1A93D

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

Shades of Metallic Gold #D1A93D

Tints of Metallic Gold #D1A93D

Color information

#D1A93D (or 0xD1A93D) is unknown color: approx Metallic Gold. HEX triplet: D1, A9 and 3D. RGB value is (209,169,61). Sum of RGB (Red+Green+Blue) = 209+169+61=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 61 (24.22% from 255 or 13.90% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A93D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A93D is #2E56C2. Grayscale: #A9A9A9. Windows color (decimal): -3036867 or 4041169. OLE color: 4041169.

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

Color convert

RGB20916961-
CMYK00.190.710.18
HSL43.78º61.67%52.94%-
HSV(B)43.78º70.81%81.96%-
XYZ41.3242.2710.4-
YUV168.6567.25156.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.61%
GREEN value IS 169 (66.41% from 255) = 38.50%
BLUE value IS 61 (24.22% from 255) = 13.90%
R=47.61%
G=38.50%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091696100.190.710.1843.7861.6752.94
HexD1A93D01347122c3e35
Octal3212517502310722547665
Binary1101000110101001111101010011100011110010101100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A93D; }

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

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

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

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

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

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

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

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