#D1AA38

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

Shades of Metallic Gold #D1AA38

Tints of Metallic Gold #D1AA38

Color information

#D1AA38 (or 0xD1AA38) is unknown color: approx Metallic Gold. HEX triplet: D1, AA and 38. RGB value is (209,170,56). Sum of RGB (Red+Green+Blue) = 209+170+56=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 56 (22.27% from 255 or 12.87% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AA38 is #2E55C7. Grayscale: #A9A9A9. Windows color (decimal): -3036616 or 3713745. OLE color: 3713745.

HSL color Cylindrical-coordinate representation of color #D1AA38: hue angle of 44.71º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1AA38 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB20917056-
CMYK00.190.730.18
HSL44.71º62.45%51.96%-
HSV(B)44.71º73.21%81.96%-
XYZ41.3842.599.78-
YUV168.6764.42156.77-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.05%
GREEN value IS 170 (66.80% from 255) = 39.08%
BLUE value IS 56 (22.27% from 255) = 12.87%
R=48.05%
G=39.08%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091705600.190.730.1844.7162.4551.96
HexD1AA3801349122d3e34
Octal3212527002311122557664
Binary1101000110101010111000010011100100110010101101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AA38; }

 p { color: rgb(209,170,56); }

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

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

 a { background-color: rgb(209,170,56); }

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

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

 span { border-color: rgb(209,170,56); }

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