#D5AE44

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

Shades of Metallic Gold #D5AE44

Tints of Metallic Gold #D5AE44

Color information

#D5AE44 (or 0xD5AE44) is unknown color: approx Metallic Gold. HEX triplet: D5, AE and 44. RGB value is (213,174,68). Sum of RGB (Red+Green+Blue) = 213+174+68=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 68 (26.95% from 255 or 14.95% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AE44 is #2A51BB. Grayscale: #AEAEAE. Windows color (decimal): -2773436 or 4501205. OLE color: 4501205.

HSL color Cylindrical-coordinate representation of color #D5AE44: hue angle of 43.86º degrees, saturation: 0.63, 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 #D5AE44 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB21317468-
CMYK00.180.680.16
HSL43.86º63.32%55.1%-
HSV(B)43.86º68.08%83.53%-
XYZ43.6244.8411.82-
YUV173.5868.42156.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.81%
GREEN value IS 174 (68.36% from 255) = 38.24%
BLUE value IS 68 (26.95% from 255) = 14.95%
R=46.81%
G=38.24%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131746800.180.680.1643.8663.3255.1
HexD5AE4401244102c3f37
Octal32525610402210420547767
Binary11010101101011101000100010010100010010000101100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AE44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AE44; }

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

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

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

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

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

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

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

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