#D1B03A

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

Shades of Metallic Gold #D1B03A

Tints of Metallic Gold #D1B03A

Color information

#D1B03A (or 0xD1B03A) is unknown color: approx Metallic Gold. HEX triplet: D1, B0 and 3A. RGB value is (209,176,58). Sum of RGB (Red+Green+Blue) = 209+176+58=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1B03A is #2E4FC5. Grayscale: #ACACAC. Windows color (decimal): -3035078 or 3846353. OLE color: 3846353.

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

Color convert

RGB20917658-
CMYK00.160.720.18
HSL46.89º62.14%52.35%-
HSV(B)46.89º72.25%81.96%-
XYZ42.5844.9110.43-
YUV172.4263.43154.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.18%
GREEN value IS 176 (69.14% from 255) = 39.73%
BLUE value IS 58 (23.05% from 255) = 13.09%
R=47.18%
G=39.73%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091765800.160.720.1846.8962.1452.35
HexD1B03A01048122f3e34
Octal3212607202011022577664
Binary1101000110110000111010010000100100010010101111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B03A; }

 p { color: rgb(209,176,58); }

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

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

 a { background-color: rgb(209,176,58); }

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

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

 span { border-color: rgb(209,176,58); }

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