#D6A438

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

Shades of Metallic Gold #D6A438

Tints of Metallic Gold #D6A438

Color information

#D6A438 (or 0xD6A438) is unknown color: approx Metallic Gold. HEX triplet: D6, A4 and 38. RGB value is (214,164,56). Sum of RGB (Red+Green+Blue) = 214+164+56=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 56 (22.27% from 255 or 12.90% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A438 is #295BC7. Grayscale: #A7A7A7. Windows color (decimal): -2710472 or 3712214. OLE color: 3712214.

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

Color convert

RGB21416456-
CMYK00.230.740.16
HSL41.01º65.83%52.94%-
HSV(B)41.01º73.83%83.92%-
XYZ41.7241.139.48-
YUV166.6465.56161.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.31%
GREEN value IS 164 (64.45% from 255) = 37.79%
BLUE value IS 56 (22.27% from 255) = 12.90%
R=49.31%
G=37.79%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141645600.230.740.1641.0165.8352.94
HexD6A4380174A10294235
Octal32624470027112205110265
Binary11010110101001001110000101111001010100001010011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A438; }

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

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

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

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

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

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

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

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