#D6AD40

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

Shades of Metallic Gold #D6AD40

Tints of Metallic Gold #D6AD40

Color information

#D6AD40 (or 0xD6AD40) is unknown color: approx Metallic Gold. HEX triplet: D6, AD and 40. RGB value is (214,173,64). Sum of RGB (Red+Green+Blue) = 214+173+64=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AD40 is #2952BF. Grayscale: #ADADAD. Windows color (decimal): -2708160 or 4238806. OLE color: 4238806.

HSL color Cylindrical-coordinate representation of color #D6AD40: hue angle of 43.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6AD40 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB21417364-
CMYK00.190.700.16
HSL43.6º64.66%54.51%-
HSV(B)43.6º70.09%83.92%-
XYZ43.644.5511.15-
YUV172.8366.58157.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.45%
GREEN value IS 173 (67.97% from 255) = 38.36%
BLUE value IS 64 (25.39% from 255) = 14.19%
R=47.45%
G=38.36%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141736400.190.700.1643.664.6654.51
HexD6AD4001346102c4137
Octal326255100023106205410167
Binary110101101010110110000000100111000110100001011001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AD40; }

 p { color: rgb(214,173,64); }

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

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

 a { background-color: rgb(214,173,64); }

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

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

 span { border-color: rgb(214,173,64); }

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