#D5AD41

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

Shades of Metallic Gold #D5AD41

Tints of Metallic Gold #D5AD41

Color information

#D5AD41 (or 0xD5AD41) is unknown color: approx Metallic Gold. HEX triplet: D5, AD and 41. RGB value is (213,173,65). Sum of RGB (Red+Green+Blue) = 213+173+65=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AD41 is #2A52BE. Grayscale: #ADADAD. Windows color (decimal): -2773695 or 4304341. OLE color: 4304341.

HSL color Cylindrical-coordinate representation of color #D5AD41: hue angle of 43.78º 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 #D5AD41 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB21317365-
CMYK00.190.690.16
HSL43.78º63.79%54.51%-
HSV(B)43.78º69.48%83.53%-
XYZ43.3444.4111.29-
YUV172.6567.25156.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.23%
GREEN value IS 173 (67.97% from 255) = 38.36%
BLUE value IS 65 (25.78% from 255) = 14.41%
R=47.23%
G=38.36%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131736500.190.690.1643.7863.7954.51
HexD5AD4101345102c4037
Octal325255101023105205410067
Binary110101011010110110000010100111000101100001011001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AD41; }

 p { color: rgb(213,173,65); }

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

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

 a { background-color: rgb(213,173,65); }

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

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

 span { border-color: rgb(213,173,65); }

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