#D5A942

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

Shades of Metallic Gold #D5A942

Tints of Metallic Gold #D5A942

Color information

#D5A942 (or 0xD5A942) is unknown color: approx Metallic Gold. HEX triplet: D5, A9 and 42. RGB value is (213,169,66). Sum of RGB (Red+Green+Blue) = 213+169+66=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A942 is #2A56BD. Grayscale: #AAAAAA. Windows color (decimal): -2774718 or 4368853. OLE color: 4368853.

HSL color Cylindrical-coordinate representation of color #D5A942: hue angle of 42.04º 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 #D5A942 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB21316966-
CMYK00.210.690.16
HSL42.04º63.64%54.71%-
HSV(B)42.04º69.01%83.53%-
XYZ42.6142.9211.19-
YUV170.4169.08158.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.54%
GREEN value IS 169 (66.41% from 255) = 37.72%
BLUE value IS 66 (26.17% from 255) = 14.73%
R=47.54%
G=37.72%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131696600.210.690.1642.0463.6454.71
HexD5A94201545102a4037
Octal325251102025105205210067
Binary110101011010100110000100101011000101100001010101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A942; }

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

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

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

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

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

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

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

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