#D2A635

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

Shades of Metallic Gold #D2A635

Tints of Metallic Gold #D2A635

Color information

#D2A635 (or 0xD2A635) is unknown color: approx Metallic Gold. HEX triplet: D2, A6 and 35. RGB value is (210,166,53). Sum of RGB (Red+Green+Blue) = 210+166+53=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 53 (21.09% from 255 or 12.35% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A635 is #2D59CA. Grayscale: #A6A6A6. Windows color (decimal): -2972107 or 3516114. OLE color: 3516114.

HSL color Cylindrical-coordinate representation of color #D2A635: hue angle of 43.18º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2A635 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB21016653-
CMYK00.210.750.18
HSL43.18º63.56%51.57%-
HSV(B)43.18º74.76%82.35%-
XYZ40.8641.239.17-
YUV166.2764.08159.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.95%
GREEN value IS 166 (65.23% from 255) = 38.69%
BLUE value IS 53 (21.09% from 255) = 12.35%
R=48.95%
G=38.69%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101665300.210.750.1843.1863.5651.57
HexD2A6350154B122b4034
Octal32224665025113225310064
Binary11010010101001101101010101011001011100101010111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A635; }

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

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

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

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

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

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

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

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