#D4BC45

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

Shades of Old Gold #D4BC45

Tints of Old Gold #D4BC45

Color information

#D4BC45 (or 0xD4BC45) is unknown color: approx Old Gold. HEX triplet: D4, BC and 45. RGB value is (212,188,69). Sum of RGB (Red+Green+Blue) = 212+188+69=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 69 (27.34% from 255 or 14.71% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BC45 is #2B43BA. Grayscale: #B6B6B6. Windows color (decimal): -2835387 or 4570324. OLE color: 4570324.

HSL color Cylindrical-coordinate representation of color #D4BC45: hue angle of 49.93º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4BC45 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB21218869-
CMYK00.110.670.17
HSL49.93º62.45%55.1%-
HSV(B)49.93º67.45%83.14%-
XYZ46.2150.3912.92-
YUV181.6164.45149.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.20%
GREEN value IS 188 (73.83% from 255) = 40.09%
BLUE value IS 69 (27.34% from 255) = 14.71%
R=45.20%
G=40.09%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121886900.110.670.1749.9362.4555.1
HexD4BC450B4311323e37
Octal32427410501310321627667
Binary1101010010111100100010101011100001110001110010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BC45; }

 p { color: rgb(212,188,69); }

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

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

 a { background-color: rgb(212,188,69); }

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

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

 span { border-color: rgb(212,188,69); }

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