#D5A234

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

Shades of Metallic Gold #D5A234

Tints of Metallic Gold #D5A234

Color information

#D5A234 (or 0xD5A234) is unknown color: approx Metallic Gold. HEX triplet: D5, A2 and 34. RGB value is (213,162,52). Sum of RGB (Red+Green+Blue) = 213+162+52=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A234 is #2A5DCB. Grayscale: #A5A5A5. Windows color (decimal): -2776524 or 3449557. OLE color: 3449557.

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

Color convert

RGB21316252-
CMYK00.240.760.16
HSL40.99º65.71%51.96%-
HSV(B)40.99º75.59%83.53%-
XYZ40.9840.238.85-
YUV164.7164.4162.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.88%
GREEN value IS 162 (63.67% from 255) = 37.94%
BLUE value IS 52 (20.70% from 255) = 12.18%
R=49.88%
G=37.94%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131625200.240.760.1640.9965.7151.96
HexD5A2340184C10294234
Octal32524264030114205110264
Binary11010101101000101101000110001001100100001010011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A234; }

 p { color: rgb(213,162,52); }

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

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

 a { background-color: rgb(213,162,52); }

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

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

 span { border-color: rgb(213,162,52); }

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