#D3A93A

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

Shades of Metallic Gold #D3A93A

Tints of Metallic Gold #D3A93A

Color information

#D3A93A (or 0xD3A93A) is unknown color: approx Metallic Gold. HEX triplet: D3, A9 and 3A. RGB value is (211,169,58). Sum of RGB (Red+Green+Blue) = 211+169+58=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A93A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A93A is #2C56C5. Grayscale: #A9A9A9. Windows color (decimal): -2905798 or 3844563. OLE color: 3844563.

HSL color Cylindrical-coordinate representation of color #D3A93A: hue angle of 43.53º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3A93A is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB21116958-
CMYK00.200.730.17
HSL43.53º63.49%52.75%-
HSV(B)43.53º72.51%82.75%-
XYZ41.8242.5310.01-
YUV168.965.41158.03-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.17%
GREEN value IS 169 (66.41% from 255) = 38.58%
BLUE value IS 58 (23.05% from 255) = 13.24%
R=48.17%
G=38.58%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111695800.200.730.1743.5363.4952.75
HexD3A93A01449112c3f35
Octal3232517202411121547765
Binary1101001110101001111010010100100100110001101100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A93A; }

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

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

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

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

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

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

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

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