#D5A935

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

Shades of Metallic Gold #D5A935

Tints of Metallic Gold #D5A935

Color information

#D5A935 (or 0xD5A935) is unknown color: approx Metallic Gold. HEX triplet: D5, A9 and 35. RGB value is (213,169,53). Sum of RGB (Red+Green+Blue) = 213+169+53=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 53 (21.09% from 255 or 12.18% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A935 is #2A56CA. Grayscale: #A9A9A9. Windows color (decimal): -2774731 or 3516885. OLE color: 3516885.

HSL color Cylindrical-coordinate representation of color #D5A935: hue angle of 43.5º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5A935 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB21316953-
CMYK00.210.750.16
HSL43.5º65.57%52.16%-
HSV(B)43.5º75.12%83.53%-
XYZ42.2742.789.4-
YUV168.9362.58159.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.97%
GREEN value IS 169 (66.41% from 255) = 38.85%
BLUE value IS 53 (21.09% from 255) = 12.18%
R=48.97%
G=38.85%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131695300.210.750.1643.565.5752.16
HexD5A9350154B102c4234
Octal32525165025113205410264
Binary11010101101010011101010101011001011100001011001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A935; }

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

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

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

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

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

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

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

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