#D4AD2D

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

Shades of Metallic Gold #D4AD2D

Tints of Metallic Gold #D4AD2D

Color information

#D4AD2D (or 0xD4AD2D) is unknown color: approx Metallic Gold. HEX triplet: D4, AD and 2D. RGB value is (212,173,45). Sum of RGB (Red+Green+Blue) = 212+173+45=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AD2D is #2B52D2. Grayscale: #AAAAAA. Windows color (decimal): -2839251 or 2993620. OLE color: 2993620.

HSL color Cylindrical-coordinate representation of color #D4AD2D: hue angle of 45.99º 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 #D4AD2D is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB21217345-
CMYK00.180.790.17
HSL45.99º66.01%50.39%-
HSV(B)45.99º78.77%83.14%-
XYZ42.5744.078.75-
YUV170.0757.42157.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.30%
GREEN value IS 173 (67.97% from 255) = 40.23%
BLUE value IS 45 (17.97% from 255) = 10.47%
R=49.30%
G=40.23%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121734500.180.790.1745.9966.0150.39
HexD4AD2D0124F112e4232
Octal32425555022117215610262
Binary11010100101011011011010100101001111100011011101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AD2D; }

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

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

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

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

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

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

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

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