#D4B64D

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

Shades of Old Gold #D4B64D

Tints of Old Gold #D4B64D

Color information

#D4B64D (or 0xD4B64D) is unknown color: approx Old Gold. HEX triplet: D4, B6 and 4D. RGB value is (212,182,77). Sum of RGB (Red+Green+Blue) = 212+182+77=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B64D is #2B49B2. Grayscale: #B3B3B3. Windows color (decimal): -2836915 or 5093076. OLE color: 5093076.

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

Color convert

RGB21218277-
CMYK00.140.640.17
HSL46.67º61.09%56.67%-
HSV(B)46.67º63.68%83.14%-
XYZ45.2247.9913.9-
YUV17970.44151.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.01%
GREEN value IS 182 (71.48% from 255) = 38.64%
BLUE value IS 77 (30.47% from 255) = 16.35%
R=45.01%
G=38.64%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121827700.140.640.1746.6761.0956.67
HexD4B64D0E40112f3d39
Octal32426611501610021577571
Binary1101010010110110100110101110100000010001101111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B64D; }

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

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

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

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

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

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

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

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