#D4A93F

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

Shades of Metallic Gold #D4A93F

Tints of Metallic Gold #D4A93F

Color information

#D4A93F (or 0xD4A93F) is unknown color: approx Metallic Gold. HEX triplet: D4, A9 and 3F. RGB value is (212,169,63). Sum of RGB (Red+Green+Blue) = 212+169+63=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A93F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A93F is #2B56C0. Grayscale: #AAAAAA. Windows color (decimal): -2840257 or 4172244. OLE color: 4172244.

HSL color Cylindrical-coordinate representation of color #D4A93F: hue angle of 42.68º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4A93F is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB21216963-
CMYK00.200.700.17
HSL42.68º63.4%53.92%-
HSV(B)42.68º70.28%83.14%-
XYZ42.2442.7310.72-
YUV169.7767.75158.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.75%
GREEN value IS 169 (66.41% from 255) = 38.06%
BLUE value IS 63 (25% from 255) = 14.19%
R=47.75%
G=38.06%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121696300.200.700.1742.6863.453.92
HexD4A93F01446112b3f36
Octal3242517702410621537766
Binary1101010010101001111111010100100011010001101011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A93F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A93F; }

 p { color: rgb(212,169,63); }

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

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

 a { background-color: rgb(212,169,63); }

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

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

 span { border-color: rgb(212,169,63); }

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