#D5A43D

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

Shades of Metallic Gold #D5A43D

Tints of Metallic Gold #D5A43D

Color information

#D5A43D (or 0xD5A43D) is unknown color: approx Metallic Gold. HEX triplet: D5, A4 and 3D. RGB value is (213,164,61). Sum of RGB (Red+Green+Blue) = 213+164+61=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 61 (24.22% from 255 or 13.93% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A43D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A43D is #2A5BC2. Grayscale: #A7A7A7. Windows color (decimal): -2776003 or 4039893. OLE color: 4039893.

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

Color convert

RGB21316461-
CMYK00.230.710.16
HSL40.66º64.41%53.73%-
HSV(B)40.66º71.36%83.53%-
XYZ41.5641.0310.14-
YUV166.9168.23160.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.63%
GREEN value IS 164 (64.45% from 255) = 37.44%
BLUE value IS 61 (24.22% from 255) = 13.93%
R=48.63%
G=37.44%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131646100.230.710.1640.6664.4153.73
HexD5A43D0174710294036
Octal32524475027107205110066
Binary11010101101001001111010101111000111100001010011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A43D; }

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

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

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

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

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

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

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

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