#D5A642

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

Shades of Metallic Gold #D5A642

Tints of Metallic Gold #D5A642

Color information

#D5A642 (or 0xD5A642) is unknown color: approx Metallic Gold. HEX triplet: D5, A6 and 42. RGB value is (213,166,66). Sum of RGB (Red+Green+Blue) = 213+166+66=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 66 (26.17% from 255 or 14.83% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A642 is #2A59BD. Grayscale: #A9A9A9. Windows color (decimal): -2775486 or 4368085. OLE color: 4368085.

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

Color convert

RGB21316666-
CMYK00.220.690.16
HSL40.82º63.64%54.71%-
HSV(B)40.82º69.01%83.53%-
XYZ42.0641.8111.01-
YUV168.6570.07159.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.87%
GREEN value IS 166 (65.23% from 255) = 37.30%
BLUE value IS 66 (26.17% from 255) = 14.83%
R=47.87%
G=37.30%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131666600.220.690.1640.8263.6454.71
HexD5A6420164510294037
Octal325246102026105205110067
Binary110101011010011010000100101101000101100001010011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A642; }

 p { color: rgb(213,166,66); }

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

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

 a { background-color: rgb(213,166,66); }

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

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

 span { border-color: rgb(213,166,66); }

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