#d5a632

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

Shades of Metallic Gold #D5A632

Tints of Metallic Gold #D5A632

Color information

#D5A632 (or 0xD5A632) is unknown color: approx Metallic Gold. HEX triplet: D5, A6 and 32. RGB value is (213,166,50). Sum of RGB (Red+Green+Blue) = 213+166+50=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A632 is #2A59CD. Grayscale: #A7A7A7. Windows color (decimal): -2775502 or 3319509. OLE color: 3319509.

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

Color convert

RGB21316650-
CMYK00.220.770.16
HSL42.7º65.99%51.57%-
HSV(B)42.7º76.53%83.53%-
XYZ41.6541.658.86-
YUV166.8362.07160.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.65%
GREEN value IS 166 (65.23% from 255) = 38.69%
BLUE value IS 50 (19.92% from 255) = 11.66%
R=49.65%
G=38.69%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131665000.220.770.1642.765.9951.57
HexD5A6320164D102b4234
Octal32524662026115205310264
Binary11010101101001101100100101101001101100001010111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5a632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5a632; }

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

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

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

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

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

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

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

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