#d7a93f

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

Shades of Metallic Gold #D7A93F

Tints of Metallic Gold #D7A93F

Color information

#D7A93F (or 0xD7A93F) is unknown color: approx Metallic Gold. HEX triplet: D7, A9 and 3F. RGB value is (215,169,63). Sum of RGB (Red+Green+Blue) = 215+169+63=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 63 (25% from 255 or 14.09% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A93F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A93F is #2856C0. Grayscale: #ABABAB. Windows color (decimal): -2643649 or 4172247. OLE color: 4172247.

HSL color Cylindrical-coordinate representation of color #D7A93F: hue angle of 41.84º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D7A93F is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB21516963-
CMYK00.210.710.16
HSL41.84º65.52%54.51%-
HSV(B)41.84º70.7%84.31%-
XYZ43.1143.1810.77-
YUV170.6767.24159.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.10%
GREEN value IS 169 (66.41% from 255) = 37.81%
BLUE value IS 63 (25% from 255) = 14.09%
R=48.10%
G=37.81%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151696300.210.710.1641.8465.5254.51
HexD7A93F01547102a4237
Octal32725177025107205210267
Binary11010111101010011111110101011000111100001010101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7a93f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7a93f; }

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

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

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

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

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

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

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

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