#D3AC41

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

Shades of Metallic Gold #D3AC41

Tints of Metallic Gold #D3AC41

Color information

#D3AC41 (or 0xD3AC41) is unknown color: approx Metallic Gold. HEX triplet: D3, AC and 41. RGB value is (211,172,65). Sum of RGB (Red+Green+Blue) = 211+172+65=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AC41 is #2C53BE. Grayscale: #ABABAB. Windows color (decimal): -2905023 or 4304083. OLE color: 4304083.

HSL color Cylindrical-coordinate representation of color #D3AC41: hue angle of 43.97º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D3AC41 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB21117265-
CMYK00.180.690.17
HSL43.97º62.39%54.12%-
HSV(B)43.97º69.19%82.75%-
XYZ42.5743.7411.2-
YUV171.4667.92156.2-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.10%
GREEN value IS 172 (67.58% from 255) = 38.39%
BLUE value IS 65 (25.78% from 255) = 14.51%
R=47.10%
G=38.39%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111726500.180.690.1743.9762.3954.12
HexD3AC4101245112c3e36
Octal32325410102210521547666
Binary11010011101011001000001010010100010110001101100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AC41; }

 p { color: rgb(211,172,65); }

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

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

 a { background-color: rgb(211,172,65); }

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

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

 span { border-color: rgb(211,172,65); }

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