#d2a544

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

Shades of Metallic Gold #D2A544

Tints of Metallic Gold #D2A544

Color information

#D2A544 (or 0xD2A544) is unknown color: approx Metallic Gold. HEX triplet: D2, A5 and 44. RGB value is (210,165,68). Sum of RGB (Red+Green+Blue) = 210+165+68=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 68 (26.95% from 255 or 15.35% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A544 is #2D5ABB. Grayscale: #A7A7A7. Windows color (decimal): -2972348 or 4498898. OLE color: 4498898.

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

Color convert

RGB21016568-
CMYK00.210.680.18
HSL40.99º61.21%54.51%-
HSV(B)40.99º67.62%82.35%-
XYZ41.0841.0311.22-
YUV167.471.91158.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.40%
GREEN value IS 165 (64.84% from 255) = 37.25%
BLUE value IS 68 (26.95% from 255) = 15.35%
R=47.40%
G=37.25%
B=15.35%

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
Decimal2101656800.210.680.1840.9961.2154.51
HexD2A5440154412293d37
Octal32224510402510422517567
Binary11010010101001011000100010101100010010010101001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2a544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2a544; }

 p { color: rgb(210,165,68); }

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

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

 a { background-color: rgb(210,165,68); }

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

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

 span { border-color: rgb(210,165,68); }

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