#D1B948

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

Shades of Old Gold #D1B948

Tints of Old Gold #D1B948

Color information

#D1B948 (or 0xD1B948) is unknown color: approx Old Gold. HEX triplet: D1, B9 and 48. RGB value is (209,185,72). Sum of RGB (Red+Green+Blue) = 209+185+72=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B948 is #2E46B7. Grayscale: #B3B3B3. Windows color (decimal): -3032760 or 4766161. OLE color: 4766161.

HSL color Cylindrical-coordinate representation of color #D1B948: hue angle of 49.49º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1B948 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB20918572-
CMYK00.110.660.18
HSL49.49º59.83%55.1%-
HSV(B)49.49º65.55%81.96%-
XYZ44.8148.7213.17-
YUV179.2967.45149.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.85%
GREEN value IS 185 (72.66% from 255) = 39.70%
BLUE value IS 72 (28.52% from 255) = 15.45%
R=44.85%
G=39.70%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091857200.110.660.1849.4959.8355.1
HexD1B9480B4212313c37
Octal32127111001310222617467
Binary1101000110111001100100001011100001010010110001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B948; }

 p { color: rgb(209,185,72); }

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

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

 a { background-color: rgb(209,185,72); }

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

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

 span { border-color: rgb(209,185,72); }

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