#D1AD38

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

Shades of Metallic Gold #D1AD38

Tints of Metallic Gold #D1AD38

Color information

#D1AD38 (or 0xD1AD38) is unknown color: approx Metallic Gold. HEX triplet: D1, AD and 38. RGB value is (209,173,56). Sum of RGB (Red+Green+Blue) = 209+173+56=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 56 (22.27% from 255 or 12.79% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AD38 is #2E52C7. Grayscale: #AAAAAA. Windows color (decimal): -3035848 or 3714513. OLE color: 3714513.

HSL color Cylindrical-coordinate representation of color #D1AD38: hue angle of 45.88º 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 #D1AD38 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB20917356-
CMYK00.170.730.18
HSL45.88º62.45%51.96%-
HSV(B)45.88º73.21%81.96%-
XYZ41.9543.739.97-
YUV170.4363.43155.51-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.72%
GREEN value IS 173 (67.97% from 255) = 39.50%
BLUE value IS 56 (22.27% from 255) = 12.79%
R=47.72%
G=39.50%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091735600.170.730.1845.8862.4551.96
HexD1AD3801149122e3e34
Octal3212557002111122567664
Binary1101000110101101111000010001100100110010101110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AD38; }

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

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

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

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

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

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

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

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