#D0A542

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

Shades of Metallic Gold #D0A542

Tints of Metallic Gold #D0A542

Color information

#D0A542 (or 0xD0A542) is unknown color: approx Metallic Gold. HEX triplet: D0, A5 and 42. RGB value is (208,165,66). Sum of RGB (Red+Green+Blue) = 208+165+66=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A542 is #2F5ABD. Grayscale: #A7A7A7. Windows color (decimal): -3103422 or 4367824. OLE color: 4367824.

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

Color convert

RGB20816566-
CMYK00.210.680.18
HSL41.83º60.17%53.73%-
HSV(B)41.83º68.27%81.57%-
XYZ40.4540.7110.88-
YUV166.5771.25157.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.38%
GREEN value IS 165 (64.84% from 255) = 37.59%
BLUE value IS 66 (26.17% from 255) = 15.03%
R=47.38%
G=37.59%
B=15.03%

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
Decimal2081656600.210.680.1841.8360.1753.73
HexD0A54201544122a3c36
Octal32024510202510422527466
Binary11010000101001011000010010101100010010010101010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A542; }

 p { color: rgb(208,165,66); }

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

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

 a { background-color: rgb(208,165,66); }

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

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

 span { border-color: rgb(208,165,66); }

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