#D4B141

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

Shades of Metallic Gold #D4B141

Tints of Metallic Gold #D4B141

Color information

#D4B141 (or 0xD4B141) is unknown color: approx Metallic Gold. HEX triplet: D4, B1 and 41. RGB value is (212,177,65). Sum of RGB (Red+Green+Blue) = 212+177+65=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 65 (25.78% from 255 or 14.32% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4B141 is #2B4EBE. Grayscale: #AFAFAF. Windows color (decimal): -2838207 or 4305364. OLE color: 4305364.

HSL color Cylindrical-coordinate representation of color #D4B141: hue angle of 45.71º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4B141 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB21217765-
CMYK00.170.690.17
HSL45.71º63.09%54.31%-
HSV(B)45.71º69.34%83.14%-
XYZ43.8345.8211.54-
YUV174.766.1154.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.70%
GREEN value IS 177 (69.53% from 255) = 38.99%
BLUE value IS 65 (25.78% from 255) = 14.32%
R=46.70%
G=38.99%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121776500.170.690.1745.7163.0954.31
HexD4B14101145112e3f36
Octal32426110102110521567766
Binary11010100101100011000001010001100010110001101110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B141; }

 p { color: rgb(212,177,65); }

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

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

 a { background-color: rgb(212,177,65); }

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

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

 span { border-color: rgb(212,177,65); }

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