#D8B747

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

Shades of Old Gold #D8B747

Tints of Old Gold #D8B747

Color information

#D8B747 (or 0xD8B747) is unknown color: approx Old Gold. HEX triplet: D8, B7 and 47. RGB value is (216,183,71). Sum of RGB (Red+Green+Blue) = 216+183+71=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 71 (28.12% from 255 or 15.11% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B747 is #2748B8. Grayscale: #B4B4B4. Windows color (decimal): -2574521 or 4700120. OLE color: 4700120.

HSL color Cylindrical-coordinate representation of color #D8B747: hue angle of 46.34º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D8B747 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB21618371-
CMYK00.150.670.15
HSL46.34º65.02%56.27%-
HSV(B)46.34º67.13%84.71%-
XYZ46.3948.9212.96-
YUV180.166.43153.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.96%
GREEN value IS 183 (71.88% from 255) = 38.94%
BLUE value IS 71 (28.12% from 255) = 15.11%
R=45.96%
G=38.94%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161837100.150.670.1546.3465.0256.27
HexD8B7470F43F2e4138
Octal330267107017103175610170
Binary1101100010110111100011101111100001111111011101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B747; }

 p { color: rgb(216,183,71); }

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

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

 a { background-color: rgb(216,183,71); }

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

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

 span { border-color: rgb(216,183,71); }

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