#D5AE3E

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

Shades of Metallic Gold #D5AE3E

Tints of Metallic Gold #D5AE3E

Color information

#D5AE3E (or 0xD5AE3E) is unknown color: approx Metallic Gold. HEX triplet: D5, AE and 3E. RGB value is (213,174,62). Sum of RGB (Red+Green+Blue) = 213+174+62=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 62 (24.61% from 255 or 13.81% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AE3E is #2A51C1. Grayscale: #ADADAD. Windows color (decimal): -2773442 or 4107989. OLE color: 4107989.

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

Color convert

RGB21317462-
CMYK00.180.710.16
HSL44.5º64.26%53.92%-
HSV(B)44.5º70.89%83.53%-
XYZ43.4544.7710.91-
YUV172.8965.42156.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.44%
GREEN value IS 174 (68.36% from 255) = 38.75%
BLUE value IS 62 (24.61% from 255) = 13.81%
R=47.44%
G=38.75%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131746200.180.710.1644.564.2653.92
HexD5AE3E01247102d4036
Octal32525676022107205510066
Binary11010101101011101111100100101000111100001011011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AE3E; }

 p { color: rgb(213,174,62); }

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

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

 a { background-color: rgb(213,174,62); }

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

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

 span { border-color: rgb(213,174,62); }

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