#D6A138

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

Shades of Metallic Gold #D6A138

Tints of Metallic Gold #D6A138

Color information

#D6A138 (or 0xD6A138) is unknown color: approx Metallic Gold. HEX triplet: D6, A1 and 38. RGB value is (214,161,56). Sum of RGB (Red+Green+Blue) = 214+161+56=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 56 (22.27% from 255 or 12.99% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A138 is #295EC7. Grayscale: #A5A5A5. Windows color (decimal): -2711240 or 3711446. OLE color: 3711446.

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

Color convert

RGB21416156-
CMYK00.250.740.16
HSL39.87º65.83%52.94%-
HSV(B)39.87º73.83%83.92%-
XYZ41.1940.079.3-
YUV164.8866.56163.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.65%
GREEN value IS 161 (63.28% from 255) = 37.35%
BLUE value IS 56 (22.27% from 255) = 12.99%
R=49.65%
G=37.35%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141615600.250.740.1639.8765.8352.94
HexD6A1380194A10284235
Octal32624170031112205010265
Binary11010110101000011110000110011001010100001010001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A138; }

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

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

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

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

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

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

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

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