#D2A53F

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

Shades of Metallic Gold #D2A53F

Tints of Metallic Gold #D2A53F

Color information

#D2A53F (or 0xD2A53F) is unknown color: approx Metallic Gold. HEX triplet: D2, A5 and 3F. RGB value is (210,165,63). Sum of RGB (Red+Green+Blue) = 210+165+63=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 63 (25% from 255 or 14.38% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A53F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A53F is #2D5AC0. Grayscale: #A7A7A7. Windows color (decimal): -2972353 or 4171218. OLE color: 4171218.

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

Color convert

RGB21016563-
CMYK00.210.700.18
HSL41.63º62.03%53.53%-
HSV(B)41.63º70%82.35%-
XYZ40.9340.9710.45-
YUV166.8369.41158.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.95%
GREEN value IS 165 (64.84% from 255) = 37.67%
BLUE value IS 63 (25% from 255) = 14.38%
R=47.95%
G=37.67%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101656300.210.700.1841.6362.0353.53
HexD2A53F01546122a3e36
Octal3222457702510622527666
Binary1101001010100101111111010101100011010010101010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A53F; }

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

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

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

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

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

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

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

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