#D0A443

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

Shades of Metallic Gold #D0A443

Tints of Metallic Gold #D0A443

Color information

#D0A443 (or 0xD0A443) is unknown color: approx Metallic Gold. HEX triplet: D0, A4 and 43. RGB value is (208,164,67). Sum of RGB (Red+Green+Blue) = 208+164+67=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 67 (26.56% from 255 or 15.26% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A443 is #2F5BBC. Grayscale: #A6A6A6. Windows color (decimal): -3103677 or 4433104. OLE color: 4433104.

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

Color convert

RGB20816467-
CMYK00.210.680.18
HSL41.28º60%53.92%-
HSV(B)41.28º67.79%81.57%-
XYZ40.340.3710.98-
YUV166.172.08157.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.38%
GREEN value IS 164 (64.45% from 255) = 37.36%
BLUE value IS 67 (26.56% from 255) = 15.26%
R=47.38%
G=37.36%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081646700.210.680.1841.286053.92
HexD0A4430154412293c36
Octal32024410302510422517466
Binary11010000101001001000011010101100010010010101001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A443; }

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

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

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

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

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

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

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

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