#D6AE2D

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

Shades of Metallic Gold #D6AE2D

Tints of Metallic Gold #D6AE2D

Color information

#D6AE2D (or 0xD6AE2D) is unknown color: approx Metallic Gold. HEX triplet: D6, AE and 2D. RGB value is (214,174,45). Sum of RGB (Red+Green+Blue) = 214+174+45=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AE2D is #2951D2. Grayscale: #ABABAB. Windows color (decimal): -2707923 or 2993878. OLE color: 2993878.

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

Color convert

RGB21417445-
CMYK00.190.790.16
HSL45.8º67.33%50.78%-
HSV(B)45.8º78.97%83.92%-
XYZ43.3444.768.84-
YUV171.2556.75158.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.42%
GREEN value IS 174 (68.36% from 255) = 40.18%
BLUE value IS 45 (17.97% from 255) = 10.39%
R=49.42%
G=40.18%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141744500.190.790.1645.867.3350.78
HexD6AE2D0134F102e4333
Octal32625655023117205610363
Binary11010110101011101011010100111001111100001011101000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AE2D; }

 p { color: rgb(214,174,45); }

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

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

 a { background-color: rgb(214,174,45); }

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

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

 span { border-color: rgb(214,174,45); }

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