#D3AC3F

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

Shades of Metallic Gold #D3AC3F

Tints of Metallic Gold #D3AC3F

Color information

#D3AC3F (or 0xD3AC3F) is unknown color: approx Metallic Gold. HEX triplet: D3, AC and 3F. RGB value is (211,172,63). Sum of RGB (Red+Green+Blue) = 211+172+63=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 63 (25% from 255 or 14.13% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AC3F is #2C53C0. Grayscale: #ABABAB. Windows color (decimal): -2905025 or 4173011. OLE color: 4173011.

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

Color convert

RGB21117263-
CMYK00.180.700.17
HSL44.19º62.71%53.73%-
HSV(B)44.19º70.14%82.75%-
XYZ42.5143.7110.9-
YUV171.2466.92156.36-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.31%
GREEN value IS 172 (67.58% from 255) = 38.57%
BLUE value IS 63 (25% from 255) = 14.13%
R=47.31%
G=38.57%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111726300.180.700.1744.1962.7153.73
HexD3AC3F01246112c3f36
Octal3232547702210621547766
Binary1101001110101100111111010010100011010001101100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AC3F; }

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

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

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

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

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

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

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

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