#D1A83D

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

Shades of Metallic Gold #D1A83D

Tints of Metallic Gold #D1A83D

Color information

#D1A83D (or 0xD1A83D) is unknown color: approx Metallic Gold. HEX triplet: D1, A8 and 3D. RGB value is (209,168,61). Sum of RGB (Red+Green+Blue) = 209+168+61=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 61 (24.22% from 255 or 13.93% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A83D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A83D is #2E57C2. Grayscale: #A8A8A8. Windows color (decimal): -3037123 or 4040913. OLE color: 4040913.

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

Color convert

RGB20916861-
CMYK00.200.710.18
HSL43.38º61.67%52.94%-
HSV(B)43.38º70.81%81.96%-
XYZ41.1441.910.33-
YUV168.0667.58157.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.72%
GREEN value IS 168 (66.02% from 255) = 38.36%
BLUE value IS 61 (24.22% from 255) = 13.93%
R=47.72%
G=38.36%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091686100.200.710.1843.3861.6752.94
HexD1A83D01447122b3e35
Octal3212507502410722537665
Binary1101000110101000111101010100100011110010101011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A83D; }

 p { color: rgb(209,168,61); }

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

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

 a { background-color: rgb(209,168,61); }

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

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

 span { border-color: rgb(209,168,61); }

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