#D3AC44

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

Shades of Metallic Gold #D3AC44

Tints of Metallic Gold #D3AC44

Color information

#D3AC44 (or 0xD3AC44) is unknown color: approx Metallic Gold. HEX triplet: D3, AC and 44. RGB value is (211,172,68). Sum of RGB (Red+Green+Blue) = 211+172+68=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AC44 is #2C53BB. Grayscale: #ACACAC. Windows color (decimal): -2905020 or 4500691. OLE color: 4500691.

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

Color convert

RGB21117268-
CMYK00.180.680.17
HSL43.64º61.9%54.71%-
HSV(B)43.64º67.77%82.75%-
XYZ42.6643.7711.67-
YUV171.869.42155.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.78%
GREEN value IS 172 (67.58% from 255) = 38.14%
BLUE value IS 68 (26.95% from 255) = 15.08%
R=46.78%
G=38.14%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111726800.180.680.1743.6461.954.71
HexD3AC4401244112c3e37
Octal32325410402210421547667
Binary11010011101011001000100010010100010010001101100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AC44; }

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

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

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

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

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

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

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

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