#d8aa3a

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

Shades of Metallic Gold #D8AA3A

Tints of Metallic Gold #D8AA3A

Color information

#D8AA3A (or 0xD8AA3A) is unknown color: approx Metallic Gold. HEX triplet: D8, AA and 3A. RGB value is (216,170,58). Sum of RGB (Red+Green+Blue) = 216+170+58=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 58 (23.05% from 255 or 13.06% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AA3A is #2755C5. Grayscale: #ABABAB. Windows color (decimal): -2577862 or 3844824. OLE color: 3844824.

HSL color Cylindrical-coordinate representation of color #D8AA3A: hue angle of 42.53º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8AA3A is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB21617058-
CMYK00.210.730.15
HSL42.53º66.95%53.73%-
HSV(B)42.53º73.15%84.71%-
XYZ43.4643.6510.14-
YUV170.9964.24160.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.65%
GREEN value IS 170 (66.80% from 255) = 38.29%
BLUE value IS 58 (23.05% from 255) = 13.06%
R=48.65%
G=38.29%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161705800.210.730.1542.5366.9553.73
HexD8AA3A01549F2b4336
Octal33025272025111175310366
Binary1101100010101010111010010101100100111111010111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8aa3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8aa3a; }

 p { color: rgb(216,170,58); }

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

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

 a { background-color: rgb(216,170,58); }

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

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

 span { border-color: rgb(216,170,58); }

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