#D6AD45

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

Shades of Metallic Gold #D6AD45

Tints of Metallic Gold #D6AD45

Color information

#D6AD45 (or 0xD6AD45) is unknown color: approx Metallic Gold. HEX triplet: D6, AD and 45. RGB value is (214,173,69). Sum of RGB (Red+Green+Blue) = 214+173+69=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AD45 is #2952BA. Grayscale: #ADADAD. Windows color (decimal): -2708155 or 4566486. OLE color: 4566486.

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

Color convert

RGB21417369-
CMYK00.190.680.16
HSL43.03º63.88%55.49%-
HSV(B)43.03º67.76%83.92%-
XYZ43.7544.6111.94-
YUV173.469.08156.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.93%
GREEN value IS 173 (67.97% from 255) = 37.94%
BLUE value IS 69 (27.34% from 255) = 15.13%
R=46.93%
G=37.94%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141736900.190.680.1643.0363.8855.49
HexD6AD4501344102b4037
Octal326255105023104205310067
Binary110101101010110110001010100111000100100001010111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AD45; }

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

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

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

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

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

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

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

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