#D5AE42

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

Shades of Metallic Gold #D5AE42

Tints of Metallic Gold #D5AE42

Color information

#D5AE42 (or 0xD5AE42) is unknown color: approx Metallic Gold. HEX triplet: D5, AE and 42. RGB value is (213,174,66). Sum of RGB (Red+Green+Blue) = 213+174+66=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AE42 is #2A51BD. Grayscale: #ADADAD. Windows color (decimal): -2773438 or 4370133. OLE color: 4370133.

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

Color convert

RGB21317466-
CMYK00.180.690.16
HSL44.08º63.64%54.71%-
HSV(B)44.08º69.01%83.53%-
XYZ43.5644.8111.51-
YUV173.3567.42156.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.02%
GREEN value IS 174 (68.36% from 255) = 38.41%
BLUE value IS 66 (26.17% from 255) = 14.57%
R=47.02%
G=38.41%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131746600.180.690.1644.0863.6454.71
HexD5AE4201245102c4037
Octal325256102022105205410067
Binary110101011010111010000100100101000101100001011001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AE42; }

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

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

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

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

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

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

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

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