#D3AA34

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

Shades of Metallic Gold #D3AA34

Tints of Metallic Gold #D3AA34

Color information

#D3AA34 (or 0xD3AA34) is unknown color: approx Metallic Gold. HEX triplet: D3, AA and 34. RGB value is (211,170,52). Sum of RGB (Red+Green+Blue) = 211+170+52=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AA34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AA34 is #2C55CB. Grayscale: #A9A9A9. Windows color (decimal): -2905548 or 3451603. OLE color: 3451603.

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

Color convert

RGB21117052-
CMYK00.190.750.17
HSL44.53º64.37%51.57%-
HSV(B)44.53º75.36%82.75%-
XYZ41.8642.859.31-
YUV168.8162.08158.09-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.73%
GREEN value IS 170 (66.80% from 255) = 39.26%
BLUE value IS 52 (20.70% from 255) = 12.01%
R=48.73%
G=39.26%
B=12.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111705200.190.750.1744.5364.3751.57
HexD3AA340134B112d4034
Octal32325264023113215510064
Binary11010011101010101101000100111001011100011011011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AA34; }

 p { color: rgb(211,170,52); }

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

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

 a { background-color: rgb(211,170,52); }

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

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

 span { border-color: rgb(211,170,52); }

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