#D7A635

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

Shades of Metallic Gold #D7A635

Tints of Metallic Gold #D7A635

Color information

#D7A635 (or 0xD7A635) is unknown color: approx Metallic Gold. HEX triplet: D7, A6 and 35. RGB value is (215,166,53). Sum of RGB (Red+Green+Blue) = 215+166+53=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A635 is #2859CA. Grayscale: #A8A8A8. Windows color (decimal): -2644427 or 3516119. OLE color: 3516119.

HSL color Cylindrical-coordinate representation of color #D7A635: hue angle of 41.85º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D7A635 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB21516653-
CMYK00.230.750.16
HSL41.85º66.94%52.55%-
HSV(B)41.85º75.35%84.31%-
XYZ42.341.989.24-
YUV167.7763.23161.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.54%
GREEN value IS 166 (65.23% from 255) = 38.25%
BLUE value IS 53 (21.09% from 255) = 12.21%
R=49.54%
G=38.25%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151665300.230.750.1641.8566.9452.55
HexD7A6350174B102a4335
Octal32724665027113205210365
Binary11010111101001101101010101111001011100001010101000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A635; }

 p { color: rgb(215,166,53); }

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

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

 a { background-color: rgb(215,166,53); }

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

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

 span { border-color: rgb(215,166,53); }

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