#d1a43f

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

Shades of Metallic Gold #D1A43F

Tints of Metallic Gold #D1A43F

Color information

#D1A43F (or 0xD1A43F) is unknown color: approx Metallic Gold. HEX triplet: D1, A4 and 3F. RGB value is (209,164,63). Sum of RGB (Red+Green+Blue) = 209+164+63=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A43F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A43F is #2E5BC0. Grayscale: #A6A6A6. Windows color (decimal): -3038145 or 4170961. OLE color: 4170961.

HSL color Cylindrical-coordinate representation of color #D1A43F: hue angle of 41.51º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1A43F is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB20916463-
CMYK00.220.700.18
HSL41.51º61.34%53.33%-
HSV(B)41.51º69.86%81.96%-
XYZ40.4740.4710.38-
YUV165.9469.91158.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.94%
GREEN value IS 164 (64.45% from 255) = 37.61%
BLUE value IS 63 (25% from 255) = 14.45%
R=47.94%
G=37.61%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091646300.220.700.1841.5161.3453.33
HexD1A43F01646122a3d35
Octal3212447702610622527565
Binary1101000110100100111111010110100011010010101010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1a43f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1a43f; }

 p { color: rgb(209,164,63); }

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

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

 a { background-color: rgb(209,164,63); }

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

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

 span { border-color: rgb(209,164,63); }

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