#D0AA43

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

Shades of Metallic Gold #D0AA43

Tints of Metallic Gold #D0AA43

Color information

#D0AA43 (or 0xD0AA43) is unknown color: approx Metallic Gold. HEX triplet: D0, AA and 43. RGB value is (208,170,67). Sum of RGB (Red+Green+Blue) = 208+170+67=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 67 (26.56% from 255 or 15.06% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AA43 is #2F55BC. Grayscale: #AAAAAA. Windows color (decimal): -3102141 or 4434640. OLE color: 4434640.

HSL color Cylindrical-coordinate representation of color #D0AA43: hue angle of 43.83º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0AA43 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB20817067-
CMYK00.180.680.18
HSL43.83º60%53.92%-
HSV(B)43.83º67.79%81.57%-
XYZ41.442.5611.34-
YUV169.6270.09155.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.74%
GREEN value IS 170 (66.80% from 255) = 38.20%
BLUE value IS 67 (26.56% from 255) = 15.06%
R=46.74%
G=38.20%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081706700.180.680.1843.836053.92
HexD0AA4301244122c3c36
Octal32025210302210422547466
Binary11010000101010101000011010010100010010010101100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AA43; }

 p { color: rgb(208,170,67); }

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

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

 a { background-color: rgb(208,170,67); }

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

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

 span { border-color: rgb(208,170,67); }

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