#D1B62A

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

Shades of Metallic Gold #D1B62A

Tints of Metallic Gold #D1B62A

Color information

#D1B62A (or 0xD1B62A) is unknown color: approx Metallic Gold. HEX triplet: D1, B6 and 2A. RGB value is (209,182,42). Sum of RGB (Red+Green+Blue) = 209+182+42=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B62A is #2E49D5. Grayscale: #AEAEAE. Windows color (decimal): -3033558 or 2799313. OLE color: 2799313.

HSL color Cylindrical-coordinate representation of color #D1B62A: hue angle of 50.3º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1B62A is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB20918242-
CMYK00.130.800.18
HSL50.3º66.53%49.22%-
HSV(B)50.3º79.9%81.96%-
XYZ43.4447.189.01-
YUV174.1153.45152.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.27%
GREEN value IS 182 (71.48% from 255) = 42.03%
BLUE value IS 42 (16.80% from 255) = 9.70%
R=48.27%
G=42.03%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091824200.130.800.1850.366.5349.22
HexD1B62A0D5012324331
Octal32126652015120226210361
Binary1101000110110110101010011011010000100101100101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B62A; }

 p { color: rgb(209,182,42); }

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

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

 a { background-color: rgb(209,182,42); }

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

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

 span { border-color: rgb(209,182,42); }

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