#D6A134

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

Shades of Metallic Gold #D6A134

Tints of Metallic Gold #D6A134

Color information

#D6A134 (or 0xD6A134) is unknown color: approx Metallic Gold. HEX triplet: D6, A1 and 34. RGB value is (214,161,52). Sum of RGB (Red+Green+Blue) = 214+161+52=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A134 is #295ECB. Grayscale: #A4A4A4. Windows color (decimal): -2711244 or 3449302. OLE color: 3449302.

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

Color convert

RGB21416152-
CMYK00.250.760.16
HSL40.37º66.39%52.16%-
HSV(B)40.37º75.7%83.92%-
XYZ41.140.038.81-
YUV164.4264.56163.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.12%
GREEN value IS 161 (63.28% from 255) = 37.70%
BLUE value IS 52 (20.70% from 255) = 12.18%
R=50.12%
G=37.70%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141615200.250.760.1640.3766.3952.16
HexD6A1340194C10284234
Octal32624164031114205010264
Binary11010110101000011101000110011001100100001010001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A134; }

 p { color: rgb(214,161,52); }

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

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

 a { background-color: rgb(214,161,52); }

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

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

 span { border-color: rgb(214,161,52); }

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