#D4B74D

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

Shades of Old Gold #D4B74D

Tints of Old Gold #D4B74D

Color information

#D4B74D (or 0xD4B74D) is unknown color: approx Old Gold. HEX triplet: D4, B7 and 4D. RGB value is (212,183,77). Sum of RGB (Red+Green+Blue) = 212+183+77=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 77 (30.47% from 255 or 16.31% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B74D is #2B48B2. Grayscale: #B4B4B4. Windows color (decimal): -2836659 or 5093332. OLE color: 5093332.

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

Color convert

RGB21218377-
CMYK00.140.640.17
HSL47.11º61.09%56.67%-
HSV(B)47.11º63.68%83.14%-
XYZ45.4248.413.97-
YUV179.5970.11151.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.92%
GREEN value IS 183 (71.88% from 255) = 38.77%
BLUE value IS 77 (30.47% from 255) = 16.31%
R=44.92%
G=38.77%
B=16.31%

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
Decimal2121837700.140.640.1747.1161.0956.67
HexD4B74D0E40112f3d39
Octal32426711501610021577571
Binary1101010010110111100110101110100000010001101111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B74D; }

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

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

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

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

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

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

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

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