#D5AE3C

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

Shades of Metallic Gold #D5AE3C

Tints of Metallic Gold #D5AE3C

Color information

#D5AE3C (or 0xD5AE3C) is unknown color: approx Metallic Gold. HEX triplet: D5, AE and 3C. RGB value is (213,174,60). Sum of RGB (Red+Green+Blue) = 213+174+60=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AE3C is #2A51C3. Grayscale: #ADADAD. Windows color (decimal): -2773444 or 3976917. OLE color: 3976917.

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

Color convert

RGB21317460-
CMYK00.180.720.16
HSL44.71º64.56%53.53%-
HSV(B)44.71º71.83%83.53%-
XYZ43.3944.7410.62-
YUV172.6664.42156.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.65%
GREEN value IS 174 (68.36% from 255) = 38.93%
BLUE value IS 60 (23.83% from 255) = 13.42%
R=47.65%
G=38.93%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131746000.180.720.1644.7164.5653.53
HexD5AE3C01248102d4136
Octal32525674022110205510166
Binary11010101101011101111000100101001000100001011011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AE3C; }

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

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

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

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

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

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

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

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