#D5B337

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

Shades of Metallic Gold #D5B337

Tints of Metallic Gold #D5B337

Color information

#D5B337 (or 0xD5B337) is unknown color: approx Metallic Gold. HEX triplet: D5, B3 and 37. RGB value is (213,179,55). Sum of RGB (Red+Green+Blue) = 213+179+55=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 55 (21.88% from 255 or 12.30% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B337 is #2A4CC8. Grayscale: #AFAFAF. Windows color (decimal): -2772169 or 3650517. OLE color: 3650517.

HSL color Cylindrical-coordinate representation of color #D5B337: hue angle of 47.09º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5B337 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB21317955-
CMYK00.160.740.16
HSL47.09º65.29%52.55%-
HSV(B)47.09º74.18%83.53%-
XYZ44.2546.6610.29-
YUV175.0360.26155.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.65%
GREEN value IS 179 (70.31% from 255) = 40.04%
BLUE value IS 55 (21.88% from 255) = 12.30%
R=47.65%
G=40.04%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131795500.160.740.1647.0965.2952.55
HexD5B3370104A102f4135
Octal32526367020112205710165
Binary11010101101100111101110100001001010100001011111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B337; }

 p { color: rgb(213,179,55); }

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

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

 a { background-color: rgb(213,179,55); }

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

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

 span { border-color: rgb(213,179,55); }

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