#D9B747

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

Shades of Old Gold #D9B747

Tints of Old Gold #D9B747

Color information

#D9B747 (or 0xD9B747) is unknown color: approx Old Gold. HEX triplet: D9, B7 and 47. RGB value is (217,183,71). Sum of RGB (Red+Green+Blue) = 217+183+71=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 71 (28.12% from 255 or 15.07% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B747 is #2648B8. Grayscale: #B4B4B4. Windows color (decimal): -2508985 or 4700121. OLE color: 4700121.

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

Color convert

RGB21718371-
CMYK00.160.670.15
HSL46.03º65.77%56.47%-
HSV(B)46.03º67.28%85.1%-
XYZ46.6949.0712.97-
YUV180.466.26154.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.07%
GREEN value IS 183 (71.88% from 255) = 38.85%
BLUE value IS 71 (28.12% from 255) = 15.07%
R=46.07%
G=38.85%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171837100.160.670.1546.0365.7756.47
HexD9B74701043F2e4238
Octal331267107020103175610270
Binary11011001101101111000111010000100001111111011101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B747; }

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

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

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

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

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

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

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

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