#D1B42D

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

Shades of Metallic Gold #D1B42D

Tints of Metallic Gold #D1B42D

Color information

#D1B42D (or 0xD1B42D) is unknown color: approx Metallic Gold. HEX triplet: D1, B4 and 2D. RGB value is (209,180,45). Sum of RGB (Red+Green+Blue) = 209+180+45=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B42D is #2E4BD2. Grayscale: #ADADAD. Windows color (decimal): -3034067 or 2995409. OLE color: 2995409.

HSL color Cylindrical-coordinate representation of color #D1B42D: hue angle of 49.39º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1B42D is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB20918045-
CMYK00.140.780.18
HSL49.39º64.57%49.8%-
HSV(B)49.39º78.47%81.96%-
XYZ43.0946.399.17-
YUV173.2855.61153.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.16%
GREEN value IS 180 (70.70% from 255) = 41.47%
BLUE value IS 45 (17.97% from 255) = 10.37%
R=48.16%
G=41.47%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091804500.140.780.1849.3964.5749.8
HexD1B42D0E4E12314132
Octal32126455016116226110162
Binary1101000110110100101101011101001110100101100011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B42D; }

 p { color: rgb(209,180,45); }

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

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

 a { background-color: rgb(209,180,45); }

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

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

 span { border-color: rgb(209,180,45); }

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