#d2a737

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

Shades of Metallic Gold #D2A737

Tints of Metallic Gold #D2A737

Color information

#D2A737 (or 0xD2A737) is unknown color: approx Metallic Gold. HEX triplet: D2, A7 and 37. RGB value is (210,167,55). Sum of RGB (Red+Green+Blue) = 210+167+55=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 55 (21.88% from 255 or 12.73% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A737 is #2D58C8. Grayscale: #A7A7A7. Windows color (decimal): -2971849 or 3647442. OLE color: 3647442.

HSL color Cylindrical-coordinate representation of color #D2A737: hue angle of 43.35º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2A737 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB21016755-
CMYK00.200.740.18
HSL43.35º63.27%51.96%-
HSV(B)43.35º73.81%82.35%-
XYZ41.0941.619.48-
YUV167.0964.75158.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.61%
GREEN value IS 167 (65.62% from 255) = 38.66%
BLUE value IS 55 (21.88% from 255) = 12.73%
R=48.61%
G=38.66%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101675500.200.740.1843.3563.2751.96
HexD2A7370144A122b3f34
Octal3222476702411222537764
Binary1101001010100111110111010100100101010010101011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2a737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2a737; }

 p { color: rgb(210,167,55); }

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

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

 a { background-color: rgb(210,167,55); }

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

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

 span { border-color: rgb(210,167,55); }

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