#D6A634

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

Shades of Metallic Gold #D6A634

Tints of Metallic Gold #D6A634

Color information

#D6A634 (or 0xD6A634) is unknown color: approx Metallic Gold. HEX triplet: D6, A6 and 34. RGB value is (214,166,52). Sum of RGB (Red+Green+Blue) = 214+166+52=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 52 (20.70% from 255 or 12.04% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A634 is #2959CB. Grayscale: #A7A7A7. Windows color (decimal): -2709964 or 3450582. OLE color: 3450582.

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

Color convert

RGB21416652-
CMYK00.220.760.16
HSL42.22º66.39%52.16%-
HSV(B)42.22º75.7%83.92%-
XYZ41.9941.829.11-
YUV167.3662.9161.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.54%
GREEN value IS 166 (65.23% from 255) = 38.43%
BLUE value IS 52 (20.70% from 255) = 12.04%
R=49.54%
G=38.43%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141665200.220.760.1642.2266.3952.16
HexD6A6340164C102a4234
Octal32624664026114205210264
Binary11010110101001101101000101101001100100001010101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A634; }

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

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

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

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

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

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

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

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