#D1B02D

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

Shades of Metallic Gold #D1B02D

Tints of Metallic Gold #D1B02D

Color information

#D1B02D (or 0xD1B02D) is unknown color: approx Metallic Gold. HEX triplet: D1, B0 and 2D. RGB value is (209,176,45). Sum of RGB (Red+Green+Blue) = 209+176+45=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1B02D is #2E4FD2. Grayscale: #ABABAB. Windows color (decimal): -3035091 or 2994385. OLE color: 2994385.

HSL color Cylindrical-coordinate representation of color #D1B02D: hue angle of 47.93º 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 #D1B02D is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB20917645-
CMYK00.160.780.18
HSL47.93º64.57%49.8%-
HSV(B)47.93º78.47%81.96%-
XYZ42.2944.88.9-
YUV170.9356.93155.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.60%
GREEN value IS 176 (69.14% from 255) = 40.93%
BLUE value IS 45 (17.97% from 255) = 10.47%
R=48.60%
G=40.93%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091764500.160.780.1847.9364.5749.8
HexD1B02D0104E12304132
Octal32126055020116226010162
Binary11010001101100001011010100001001110100101100001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B02D; }

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

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

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

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

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

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

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

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