#D4AB2D

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

Shades of Metallic Gold #D4AB2D

Tints of Metallic Gold #D4AB2D

Color information

#D4AB2D (or 0xD4AB2D) is unknown color: approx Metallic Gold. HEX triplet: D4, AB and 2D. RGB value is (212,171,45). Sum of RGB (Red+Green+Blue) = 212+171+45=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AB2D is #2B54D2. Grayscale: #A9A9A9. Windows color (decimal): -2839763 or 2993108. OLE color: 2993108.

HSL color Cylindrical-coordinate representation of color #D4AB2D: hue angle of 45.27º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4AB2D is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB21217145-
CMYK00.190.790.17
HSL45.27º66.01%50.39%-
HSV(B)45.27º78.77%83.14%-
XYZ42.1943.318.62-
YUV168.958.08158.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.53%
GREEN value IS 171 (67.19% from 255) = 39.95%
BLUE value IS 45 (17.97% from 255) = 10.51%
R=49.53%
G=39.95%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121714500.190.790.1745.2766.0150.39
HexD4AB2D0134F112d4232
Octal32425355023117215510262
Binary11010100101010111011010100111001111100011011011000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AB2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AB2D; }

 p { color: rgb(212,171,45); }

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

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

 a { background-color: rgb(212,171,45); }

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

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

 span { border-color: rgb(212,171,45); }

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