#d1b238

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

Shades of Metallic Gold #D1B238

Tints of Metallic Gold #D1B238

Color information

#D1B238 (or 0xD1B238) is unknown color: approx Metallic Gold. HEX triplet: D1, B2 and 38. RGB value is (209,178,56). Sum of RGB (Red+Green+Blue) = 209+178+56=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 56 (22.27% from 255 or 12.64% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1B238 is #2E4DC7. Grayscale: #ADADAD. Windows color (decimal): -3034568 or 3715793. OLE color: 3715793.

HSL color Cylindrical-coordinate representation of color #D1B238: hue angle of 47.84º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1B238 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB20917856-
CMYK00.150.730.18
HSL47.84º62.45%51.96%-
HSV(B)47.84º73.21%81.96%-
XYZ42.9345.6810.3-
YUV173.3661.77153.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.18%
GREEN value IS 178 (69.92% from 255) = 40.18%
BLUE value IS 56 (22.27% from 255) = 12.64%
R=47.18%
G=40.18%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091785600.150.730.1847.8462.4551.96
HexD1B2380F4912303e34
Octal3212627001711122607664
Binary110100011011001011100001111100100110010110000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1b238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1b238; }

 p { color: rgb(209,178,56); }

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

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

 a { background-color: rgb(209,178,56); }

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

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

 span { border-color: rgb(209,178,56); }

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