#D4A43D

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

Shades of Metallic Gold #D4A43D

Tints of Metallic Gold #D4A43D

Color information

#D4A43D (or 0xD4A43D) is unknown color: approx Metallic Gold. HEX triplet: D4, A4 and 3D. RGB value is (212,164,61). Sum of RGB (Red+Green+Blue) = 212+164+61=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A43D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A43D is #2B5BC2. Grayscale: #A7A7A7. Windows color (decimal): -2841539 or 4039892. OLE color: 4039892.

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

Color convert

RGB21216461-
CMYK00.230.710.17
HSL40.93º63.71%53.53%-
HSV(B)40.93º71.23%83.14%-
XYZ41.2740.8810.13-
YUV166.6168.4160.38-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.51%
GREEN value IS 164 (64.45% from 255) = 37.53%
BLUE value IS 61 (24.22% from 255) = 13.96%
R=48.51%
G=37.53%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121646100.230.710.1740.9363.7153.53
HexD4A43D0174711294036
Octal32424475027107215110066
Binary11010100101001001111010101111000111100011010011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A43D; }

 p { color: rgb(212,164,61); }

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

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

 a { background-color: rgb(212,164,61); }

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

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

 span { border-color: rgb(212,164,61); }

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