#D5A635

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

Shades of Metallic Gold #D5A635

Tints of Metallic Gold #D5A635

Color information

#D5A635 (or 0xD5A635) is unknown color: approx Metallic Gold. HEX triplet: D5, A6 and 35. RGB value is (213,166,53). Sum of RGB (Red+Green+Blue) = 213+166+53=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 53 (21.09% from 255 or 12.27% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A635 is #2A59CA. Grayscale: #A7A7A7. Windows color (decimal): -2775499 or 3516117. OLE color: 3516117.

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

Color convert

RGB21316653-
CMYK00.220.750.16
HSL42.38º65.57%52.16%-
HSV(B)42.38º75.12%83.53%-
XYZ41.7241.689.21-
YUV167.1763.57160.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.31%
GREEN value IS 166 (65.23% from 255) = 38.43%
BLUE value IS 53 (21.09% from 255) = 12.27%
R=49.31%
G=38.43%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131665300.220.750.1642.3865.5752.16
HexD5A6350164B102a4234
Octal32524665026113205210264
Binary11010101101001101101010101101001011100001010101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A635; }

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

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

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

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

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

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

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

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