#d4b72d

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

Shades of Metallic Gold #D4B72D

Tints of Metallic Gold #D4B72D

Color information

#D4B72D (or 0xD4B72D) is unknown color: approx Metallic Gold. HEX triplet: D4, B7 and 2D. RGB value is (212,183,45). Sum of RGB (Red+Green+Blue) = 212+183+45=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B72D is #2B48D2. Grayscale: #B0B0B0. Windows color (decimal): -2836691 or 2996180. OLE color: 2996180.

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

Color convert

RGB21218345-
CMYK00.140.790.17
HSL49.58º66.01%50.39%-
HSV(B)49.58º78.77%83.14%-
XYZ44.5648.059.41-
YUV175.9454.11153.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.18%
GREEN value IS 183 (71.88% from 255) = 41.59%
BLUE value IS 45 (17.97% from 255) = 10.23%
R=48.18%
G=41.59%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121834500.140.790.1749.5866.0150.39
HexD4B72D0E4F11324232
Octal32426755016117216210262
Binary1101010010110111101101011101001111100011100101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4b72d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4b72d; }

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

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

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

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

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

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

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

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