#D2A330

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

Shades of Metallic Gold #D2A330

Tints of Metallic Gold #D2A330

Color information

#D2A330 (or 0xD2A330) is unknown color: approx Metallic Gold. HEX triplet: D2, A3 and 30. RGB value is (210,163,48). Sum of RGB (Red+Green+Blue) = 210+163+48=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 48 (19.14% from 255 or 11.40% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A330 is #2D5CCF. Grayscale: #A4A4A4. Windows color (decimal): -2972880 or 3187666. OLE color: 3187666.

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

Color convert

RGB21016348-
CMYK00.220.770.18
HSL42.59º64.29%50.59%-
HSV(B)42.59º77.14%82.35%-
XYZ40.2140.118.42-
YUV163.9462.57160.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.88%
GREEN value IS 163 (64.06% from 255) = 38.72%
BLUE value IS 48 (19.14% from 255) = 11.40%
R=49.88%
G=38.72%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101634800.220.770.1842.5964.2950.59
HexD2A3300164D122b4033
Octal32224360026115225310063
Binary11010010101000111100000101101001101100101010111000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A330; }

 p { color: rgb(210,163,48); }

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

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

 a { background-color: rgb(210,163,48); }

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

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

 span { border-color: rgb(210,163,48); }

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