#d3b32b

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

Shades of Metallic Gold #D3B32B

Tints of Metallic Gold #D3B32B

Color information

#D3B32B (or 0xD3B32B) is unknown color: approx Metallic Gold. HEX triplet: D3, B3 and 2B. RGB value is (211,179,43). Sum of RGB (Red+Green+Blue) = 211+179+43=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 43 (17.19% from 255 or 9.93% from 433); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3B32B is #2C4CD4. Grayscale: #ADADAD. Windows color (decimal): -2903253 or 2864083. OLE color: 2864083.

HSL color Cylindrical-coordinate representation of color #D3B32B: hue angle of 48.57º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3B32B is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB21117943-
CMYK00.150.800.17
HSL48.57º66.14%49.8%-
HSV(B)48.57º79.62%82.75%-
XYZ43.4246.268.93-
YUV173.0654.6155.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.73%
GREEN value IS 179 (70.31% from 255) = 41.34%
BLUE value IS 43 (17.19% from 255) = 9.93%
R=48.73%
G=41.34%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111794300.150.800.1748.5766.1449.8
HexD3B32B0F5011314232
Octal32326353017120216110262
Binary1101001110110011101011011111010000100011100011000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3b32b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3b32b; }

 p { color: rgb(211,179,43); }

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

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

 a { background-color: rgb(211,179,43); }

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

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

 span { border-color: rgb(211,179,43); }

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