#D9B847

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

Shades of Old Gold #D9B847

Tints of Old Gold #D9B847

Color information

#D9B847 (or 0xD9B847) is unknown color: approx Old Gold. HEX triplet: D9, B8 and 47. RGB value is (217,184,71). Sum of RGB (Red+Green+Blue) = 217+184+71=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 71 (28.12% from 255 or 15.04% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B847 is #2647B8. Grayscale: #B5B5B5. Windows color (decimal): -2508729 or 4700377. OLE color: 4700377.

HSL color Cylindrical-coordinate representation of color #D9B847: hue angle of 46.44º degrees, saturation: 0.66, 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 #D9B847 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB21718471-
CMYK00.150.670.15
HSL46.44º65.77%56.47%-
HSV(B)46.44º67.28%85.1%-
XYZ46.8949.4913.04-
YUV180.9865.93153.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.97%
GREEN value IS 184 (72.27% from 255) = 38.98%
BLUE value IS 71 (28.12% from 255) = 15.04%
R=45.97%
G=38.98%
B=15.04%

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
Decimal2171847100.150.670.1546.4465.7756.47
HexD9B8470F43F2e4238
Octal331270107017103175610270
Binary1101100110111000100011101111100001111111011101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B847; }

 p { color: rgb(217,184,71); }

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

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

 a { background-color: rgb(217,184,71); }

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

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

 span { border-color: rgb(217,184,71); }

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