#d2a931

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

Shades of Metallic Gold #D2A931

Tints of Metallic Gold #D2A931

Color information

#D2A931 (or 0xD2A931) is unknown color: approx Metallic Gold. HEX triplet: D2, A9 and 31. RGB value is (210,169,49). Sum of RGB (Red+Green+Blue) = 210+169+49=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 49 (19.53% from 255 or 11.45% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A931 is #2D56CE. Grayscale: #A8A8A8. Windows color (decimal): -2971343 or 3254738. OLE color: 3254738.

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

Color convert

RGB21016949-
CMYK00.200.770.18
HSL44.72º64.14%50.78%-
HSV(B)44.72º76.67%82.35%-
XYZ41.3242.38.89-
YUV167.5861.08158.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.07%
GREEN value IS 169 (66.41% from 255) = 39.49%
BLUE value IS 49 (19.53% from 255) = 11.45%
R=49.07%
G=39.49%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101694900.200.770.1844.7264.1450.78
HexD2A9310144D122d4033
Octal32225161024115225510063
Binary11010010101010011100010101001001101100101011011000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2a931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2a931; }

 p { color: rgb(210,169,49); }

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

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

 a { background-color: rgb(210,169,49); }

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

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

 span { border-color: rgb(210,169,49); }

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