#D2A735

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

Shades of Metallic Gold #D2A735

Tints of Metallic Gold #D2A735

Color information

#D2A735 (or 0xD2A735) is unknown color: approx Metallic Gold. HEX triplet: D2, A7 and 35. RGB value is (210,167,53). Sum of RGB (Red+Green+Blue) = 210+167+53=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 53 (21.09% from 255 or 12.33% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A735 is #2D58CA. Grayscale: #A7A7A7. Windows color (decimal): -2971851 or 3516370. OLE color: 3516370.

HSL color Cylindrical-coordinate representation of color #D2A735: hue angle of 43.57º 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 #D2A735 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB21016753-
CMYK00.200.750.18
HSL43.57º63.56%51.57%-
HSV(B)43.57º74.76%82.35%-
XYZ41.0441.69.23-
YUV166.8663.75158.77-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.84%
GREEN value IS 167 (65.62% from 255) = 38.84%
BLUE value IS 53 (21.09% from 255) = 12.33%
R=48.84%
G=38.84%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101675300.200.750.1843.5763.5651.57
HexD2A7350144B122c4034
Octal32224765024113225410064
Binary11010010101001111101010101001001011100101011001000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A735; }

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

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

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

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

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

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

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

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