#D4B649

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

Shades of Old Gold #D4B649

Tints of Old Gold #D4B649

Color information

#D4B649 (or 0xD4B649) is unknown color: approx Old Gold. HEX triplet: D4, B6 and 49. RGB value is (212,182,73). Sum of RGB (Red+Green+Blue) = 212+182+73=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B649 is #2B49B6. Grayscale: #B3B3B3. Windows color (decimal): -2836919 or 4830932. OLE color: 4830932.

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

Color convert

RGB21218273-
CMYK00.140.660.17
HSL47.05º61.78%55.88%-
HSV(B)47.05º65.57%83.14%-
XYZ45.0847.9313.18-
YUV178.5468.44151.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.40%
GREEN value IS 182 (71.48% from 255) = 38.97%
BLUE value IS 73 (28.91% from 255) = 15.63%
R=45.40%
G=38.97%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121827300.140.660.1747.0561.7855.88
HexD4B6490E42112f3e38
Octal32426611101610221577670
Binary1101010010110110100100101110100001010001101111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B649; }

 p { color: rgb(212,182,73); }

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

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

 a { background-color: rgb(212,182,73); }

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

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

 span { border-color: rgb(212,182,73); }

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