#D2AF3D

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

Shades of Metallic Gold #D2AF3D

Tints of Metallic Gold #D2AF3D

Color information

#D2AF3D (or 0xD2AF3D) is unknown color: approx Metallic Gold. HEX triplet: D2, AF and 3D. RGB value is (210,175,61). Sum of RGB (Red+Green+Blue) = 210+175+61=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 61 (24.22% from 255 or 13.68% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AF3D is #2D50C2. Grayscale: #ACACAC. Windows color (decimal): -2969795 or 4042706. OLE color: 4042706.

HSL color Cylindrical-coordinate representation of color #D2AF3D: hue angle of 45.91º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2AF3D is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB21017561-
CMYK00.170.710.18
HSL45.91º62.34%53.14%-
HSV(B)45.91º70.95%82.35%-
XYZ42.7544.710.79-
YUV172.4765.1154.77-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.09%
GREEN value IS 175 (68.75% from 255) = 39.24%
BLUE value IS 61 (24.22% from 255) = 13.68%
R=47.09%
G=39.24%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101756100.170.710.1845.9162.3453.14
HexD2AF3D01147122e3e35
Octal3222577502110722567665
Binary1101001010101111111101010001100011110010101110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AF3D; }

 p { color: rgb(210,175,61); }

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

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

 a { background-color: rgb(210,175,61); }

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

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

 span { border-color: rgb(210,175,61); }

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