#D6B339

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

Shades of Metallic Gold #D6B339

Tints of Metallic Gold #D6B339

Color information

#D6B339 (or 0xD6B339) is unknown color: approx Metallic Gold. HEX triplet: D6, B3 and 39. RGB value is (214,179,57). Sum of RGB (Red+Green+Blue) = 214+179+57=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 57 (22.66% from 255 or 12.67% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B339 is #294CC6. Grayscale: #B0B0B0. Windows color (decimal): -2706631 or 3781590. OLE color: 3781590.

HSL color Cylindrical-coordinate representation of color #D6B339: hue angle of 46.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6B339 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB21417957-
CMYK00.160.730.16
HSL46.62º65.69%53.14%-
HSV(B)46.62º73.36%83.92%-
XYZ44.5946.8310.56-
YUV175.5661.1155.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.56%
GREEN value IS 179 (70.31% from 255) = 39.78%
BLUE value IS 57 (22.66% from 255) = 12.67%
R=47.56%
G=39.78%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141795700.160.730.1646.6265.6953.14
HexD6B33901049102f4235
Octal32626371020111205710265
Binary11010110101100111110010100001001001100001011111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B339; }

 p { color: rgb(214,179,57); }

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

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

 a { background-color: rgb(214,179,57); }

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

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

 span { border-color: rgb(214,179,57); }

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